lein-figwheel

mardie 2017-11-02T17:10:50.000517Z

hi, something seems to be wrong with leiningen or figwheel. Don't know what exactly is

mardie 2017-11-02T17:12:36.000334Z

downloaded leiningen by runing the script and tried to create a new project with figwheel template but it doesn't work (many transpile errors after "lein figwheel")

mardie 2017-11-02T17:13:07.000540Z

I thought I was something on my machine but same behaviour even in different OS

mardie 2017-11-02T17:14:08.000461Z

Leiningen 2.8.1 on Java 1.8.0_131 OpenJDK 64-Bit Server VM but same with Oracle 1.8.151 on windows

mardie 2017-11-02T17:15:11.000137Z

anybody knows if this is a known issue?

mardie 2017-11-02T17:23:34.000158Z

first three errors at the top in the browser: core.cljs:1345 Uncaught TypeError: Cannot read property 'set' of undefined at core.cljs:1345 Failed to load resource: the server responded with a status of 404 (Not Found) long.js Failed to load resource: the server responded with a status of 404 (Not Found) integer.js

mardie 2017-11-02T17:28:39.000128Z

after that another 105 errors (I think runtime env is not build properly)

mardie 2017-11-02T20:03:42.000059Z

lein 2.6.1 works fine. I can live with that for now

mardie 2017-11-02T22:50:59.000024Z

found out that the actual problem was that the project name was "cljs" and somehow that doesn't work