hi, something seems to be wrong with leiningen or figwheel. Don't know what exactly is
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")
I thought I was something on my machine but same behaviour even in different OS
Leiningen 2.8.1 on Java 1.8.0_131 OpenJDK 64-Bit Server VM but same with Oracle 1.8.151 on windows
anybody knows if this is a known issue?
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
after that another 105 errors (I think runtime env is not build properly)
lein 2.6.1 works fine. I can live with that for now
found out that the actual problem was that the project name was "cljs" and somehow that doesn't work