Closed pvaibhav closed 5 years ago
The problem was with my deps.edn file, the closing braces were not balanced. It should've been:
{:deps {com.bhauman/figwheel-main {:mvn/version "0.2.3"}
com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}}}
I followed the instructions here and added
rebel-readline-cljs
to thedeps.edn
file, but when starting the REPL withclojure -m figwheel.main
the line[Rebel readline] Type :repl/help for online help info
doesn't appear before the REPL prompt. Same withclj
.When I use the following command
clj -Sdeps '{:deps {com.bhauman/rebel-readline {:mvn/version "0.1.4"}}}' -m rebel-readline.main
, it works.My setup:
Contents of deps.edn: