Closed chr15m closed 3 years ago
Right now the classpath only affects loading .cljs
files, not js
files. NODE_PATH
should affect loading JS libs. Please provide a more complete standalone repro so I can see that we are talking about the same thing.
Yes, sorry, will do.
Ok, this was an issue with my deployment environment, sorry for the noise.
If
NODE_PATH
is set, Node will assume that as thenode_modules
path when doingrequire
andimport
. User expectation is probably that this would be the same for nbb.Example: