wstupar
Member since Dec 18, 2013
- Profile: /members/11484-wstupar.htm
- Comments: 1
Recent Blog Comments By wstupar
-
Where Does Node.js And Require() Look For Modules?
Posted on Dec 18, 2013 at 9:01 PM
"If the given module is not a core module, Node.js will then begin to search for a directory named, "node_modules". It will start in the current directory (relative to the currently-executing Javascript file in Node)" Thanks! That was the clue for my case. I had to cp -r node... read more »