Description
Just noticed that I can no longer access the REPL after upgrading to the latest deps:
com.cemerick/piggieback "0.2.1" => 0.2.2
macchiato/core "0.2.16" => 0.2.17
org.clojure/clojurescript "1.10.520" => "1.10.758"
javax.xml.bind/jaxb-api "2.3.0" => 2.3.1
lein-doo "0.1.7" => 0.1.11
macchiato/lein-npm "0.6.4" => 0.6.7
lein-cljsbuild "1.1.7" => 1.1.8
Steps to reproduce:
- create blank({}) config.edn because it can't boot without it with these deps
- lein build in the 1st tab
- npm start in the 2nd tab
[email protected] start /home/nikita/Projects/fooapp
node target/out/fooapp.jsINFO [fooapp.core:26] - oneclickpoll started on 127.0.0.1 : 3000
Figwheel: trying to open cljs reload socket
Figwheel: socket connection established
Expected result:
after npm start 1st tab "transforms" into
[Rebel readline] Type :repl/help for online help info
ClojureScript 1.10.520
dev:cljs.user=>
Actual result:
after npm start 1st tab is still stuck with into
[Rebel readline] Type :repl/help for online help info
P.S. With vanilla(@master) macchiato-template everything works fine.
Activity