You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a project with lein new figwheel project_name, and calling lein figwheel at project_name takes too long. I haven't measured the exact time it takes, but it's taking more than 15 minutes before the REPL prompt appears.
The console log is:
Figwheel: Cutting some fruit, just a sec ...
Figwheel: Validating the configuration found in project.clj
Figwheel: Configuration Valid ;)
Figwheel: Starting server at http://0.0.0.0:3449
Figwheel: Watching build - dev
Compiling build :dev to "resources/public/js/compiled/pics_with_slider.js" from ["src"]...
Successfully compiled build :dev to "resources/public/js/compiled/pics_with_slider.js" in 0.687 seconds.
Figwheel: Starting CSS Watcher for paths ["resources/public/css"]
Launching ClojureScript REPL for build: dev
Figwheel Controls:
(stop-autobuild) ;; stops Figwheel autobuilder
...
where pics_with_slider is my project name. The compilation process itself less than a second, but something is thrashing behind the scenes. Figwheel: Cutting some fruit, just a sec... is where the process is mostly stuck.
Could you help debugging this issue?
The text was updated successfully, but these errors were encountered:
My system config is:
Creating a project with
lein new figwheel project_name
, and callinglein figwheel
atproject_name
takes too long. I haven't measured the exact time it takes, but it's taking more than 15 minutes before the REPL prompt appears.The console log is:
where
pics_with_slider
is my project name. The compilation process itself less than a second, but something is thrashing behind the scenes.Figwheel: Cutting some fruit, just a sec...
is where the process is mostly stuck.Could you help debugging this issue?
The text was updated successfully, but these errors were encountered: