The following cljs.main use fails, without node_modules being set up, etc.:
On the other hand, if you change to -re browser, things work as expected
And, after node_modules has been set up by the use of -re browser, the first command, based on -re node starts to succeed, so it is as if the logic to install NPM deps is perhaps simply being skipped?
The following
cljs.main
use fails, withoutnode_modules
being set up, etc.:On the other hand, if you change to
-re browser
, things work as expectedAnd, after
node_modules
has been set up by the use of-re browser
, the first command, based on-re node
starts to succeed, so it is as if the logic to install NPM deps is perhaps simply being skipped?