dwyl / dwyl/learn-node-js-by-example
Frequently Asked Questions (FAQ)
Open
enhancement
help wanted
question
- Dominant language
- HTML
- Stars
- 48
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
- 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.