Fork me on GitHub
#shadow-cljs
<
2021-10-26
>
Drew Verlee14:10:56

will shadow-cljs watch also install new deps added to a deps.edn file?

Apple14:10:07

i dont think shadow-cljs touches deps.edn

👍 1
Apple14:10:09

package.json did you mean? i would think so.

thheller15:10:16

shadow-cljs never installs anything automatically during watch, regardless of how the dependencies are managed. only on startup

👍 1
diego.videco20:10:49

Just installed react-select in a project of mine,and getting this error when trying to require "react-select/creatable"

FileNotFoundException: .shadow-cljs/builds/browser/dev/shadow-js/module$node_modules$$emotion$react$isolated_hoist_non_react_statics_do_not_use_this_in_your_code$dist$emotion_react_isolated_hoist_non_react_statics_do_not_use_this_in_your_code_browser_cjs.js (File name too long)
Any idea how to solve this?

thheller20:10:37

lol, hmm no immediate ideas other than using webpack as described here https://code.thheller.com/blog/shadow-cljs/2020/05/08/how-about-webpack-now.html