Fork me on GitHub
#shadow-cljs
<
2021-12-23
>
0x764218:12:32

Hi all, I'm a bit puzzled on dependency resolution. The compile error I get is:

> npx shadow-cljs compile app
...
shadow-cljs - dependencies updated
[:app] Compiling ...
The required namespace "cljsjs.react-bootstrap" is not available, it was required by ...
however, package cljsjs.react-bootstrap is in shadow-cljs.edn (also added to package.json in case there were hidden js dependencies). npm install and npx shadow-cljs classpath don't show anything amiss. how can I check what's going on? 🙂 shadow-cljs --verbose compile shows the same error, but nothing more

thheller20:12:00

@chr.andreetta shadow-cljs does not support cljsjs packages. use the npm packages directly instead.

👍 2