Fork me on GitHub
#fulcro
<
2017-09-24
>
tony.kay07:09:17

@aj thanks! So, someone does listen to that! ;)

alpox11:09:03

I tried to follow the Getting Started at https://github.com/fulcrologic/fulcro/blob/develop/GettingStarted.adoc#project-setup But i keep running into:

----  Could not Analyze  resources/public/js/app/fulcro/client/mutations.cljc  ----

  No such namespace: cljs.loader, could not locate cljs/loader.cljs, cljs/loader.cljc, or Closure namespace "cljs.loader" 

----  Analysis Error : Please see resources/public/js/app/fulcro/client/mutations.cljc  ----
Figwheel: initial compile failed - outputting temporary helper application to resources/public/js/app.js

alpox11:09:42

Is there anything i can do to invest in this? I have the exact setup they describe

alpox11:09:22

Sidenote: I use emacs with cider

claudiu13:09:10

@alpox sounds really familiar, but can't really remember how I solved that. Have you tried fulcro-template to see if it works ok ? Might be a mismatch between dependencies from project.clj

alpox13:09:28

@claudiu i havent yet, but i will try it. Tnakd :)

tony.kay15:09:44

@alpox That sounds like too old of a version of clojurescript.

tony.kay15:09:28

My bad. I bumped the version of fulcro in the instructions, but forgot to bump cljs.

tony.kay15:09:36

thanks for letting me know

tony.kay15:09:04

I pushed a fix (updated versions). That should work.