Skip to content

Figwheel hangs when trying to run on a clean app #133

@tensor-programming

Description

@tensor-programming

When I run lein figwheel, I get "Prompt will show when Figwheel connects to your application" and it sits and hangs for an infinite amount of time. When I run it with lein run, the server tells me that the clojurescript has not been compiled and that I need to run figwheel.

Even after running lein clean first, the figwheel wont connect to my application. Also when Figwheel is hanging, I can access the server but I still get the bit of clojure that is saying that I need to compile my clojurescript. If i just build my own project or use lein figwheel or a re-frame template, everything seems to work correctly without problems. It is only with the reagent template that I seem to be having this issue.

I am on windows 10 with java 1.8 and the latest version of lein.

Edit: I was able to access the figwheel repl and get past the "Prompt will show when Figwheel connects to your application" if I run both lein run and lein figwheel in two separate cmd prompts, however, my clojurescript still does not compile correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions