-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile Exception: No such namespace: react #3
Comments
Problem solved, I manually added |
Now the :deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.597"}
com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
com.bhauman/figwheel-main {:mvn/version "0.2.3"}
reagent {:mvn/version "0.9.0-rc3" :exclusions [cljsjs/react cljsjs/react-dom]}
cljsjs/react {:mvn/version "16.11.0-0"}
cljsjs/react-dom {:mvn/version "16.11.0-0"}} |
You really should not need to do this - Are you quite sure that you've run |
I am concerned that the issues that you describe in #2 suggest that there is something odd about your configuration of |
I only have this config in
|
After
clj -A:dev
I got error:
I checked out file
cljs-temp/js-environment.log
.I checked out the error source file
reagent/core.cljs
. I foundreact
dependency in POM file. Then I try to install it manually.I try to install
react
with commandclj -Sdeps '{:deps {cljsjs/react {:mvn/version "16.9.0-0"}}}'
successfully.Then I restart
clj -A:dev
. Still raise up this error.The text was updated successfully, but these errors were encountered: