Fork me on GitHub
#lein-figwheel
<
2017-11-02
>
mardie17:11:50

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

mardie17:11:36

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")

mardie17:11:07

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

mardie17:11:08

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

mardie17:11:11

anybody knows if this is a known issue?

mardie17:11:34

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

mardie17:11:39

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

mardie20:11:42

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

mardie22:11:59

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