Patrick
Member since Jan 5, 2014
- Profile: /members/11522-patrick.htm
- Comments: 1
Recent Blog Comments By Patrick
-
Where Does Node.js And Require() Look For Modules?
Posted on Jan 5, 2014 at 3:40 PM
just do a strace or dtruss when running your code you will surely see how the path to your script is resolved. e.g. $> strace node myapp.js... read more »