Skip to content

Stuck at "Prompt will show when Figwheel connects to your application" after dependencies upgrade #13

Open
@nfedyashev

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:

  1. create blank({}) config.edn because it can't boot without it with these deps
  2. lein build in the 1st tab
  3. npm start in the 2nd tab

[email protected] start /home/nikita/Projects/fooapp
node target/out/fooapp.js

INFO [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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions