node.js - Nodejs Cannot find module - Stack Overflow
Just to quote from here:
https://www.npmjs.org/doc/files/npm-folders.html
- Install it locally if you're going to require() it.
- Install it globally if you're going to run it on the command line.
- If you need both, then install it in both places, or use npm link.
Read full article from node.js - Nodejs Cannot find module - Stack Overflow
No comments:
Post a Comment