bhauman / figwheel-main

Figwheel Main provides tooling for developing ClojureScript applications
https://figwheel.org
Eclipse Public License 1.0
640 stars 93 forks source link

Update the docs for connecting to NodeJS repl #250

Open abhi18av opened 4 years ago

abhi18av commented 4 years ago

Hello @bhauman

Thanks for this wonderful tool and especially the awesome documentation!

I was trying to connect to nodejs repl using the following configs (see image). The build seems to work fine, however it seems that the figwheel-devtools connection isn't established.

NOTE: I've also tried the same, with a localhost:9500 added to the devtools Add connections option.

Annotation 2020-06-22 091734

I have searched the docs for more details on how to proceed with this, but could find a solution. I'd happy to add a PR for the docs regarding this - once I am successful myself😅