issues
search
dwyl
/
learn-node-js-by-example
:cloud: Practical node.js examples.
http://nelsonic.gitbooks.io/node-js-by-example/
Other
48
stars
11
forks
source link
Frequently Asked Questions (FAQ)
#15
Open
nelsonic
opened
9 years ago
nelsonic
commented
9 years ago
Where does npm install packages?
Modules installed with
npm install module-name -g
usually live in /usr/local/lib/node or /usr/local/lib/node_modules
http://stackoverflow.com/questions/5926672/where-does-npm-install-packages
How to
graceful
ly
shutdown
of a node.JS
HTTP server
:
http://stackoverflow.com/questions/5263716/graceful-shutdown-of-a-node-js-http-server
Check synchronously if file/directory exists in Node.js
http://stackoverflow.com/questions/4482686/check-synchronously-if-file-directory-exists-in-node-js
Modules installed with
npm install module-name -g
usually live in /usr/local/lib/node or /usr/local/lib/node_modules http://stackoverflow.com/questions/5926672/where-does-npm-install-packages