Node.js Development Deck installation and setup Flashcards
1
Q
How to install node.js
A
download the .exe file
2
Q
How to manage different versions of node.js
A
using nvm (node.js version management tool)
3
Q
what’s the windows directory for global packages installation
A
%AppData%/node_modules/
4
Q
how to install node local package
A
by default, npm installs to the node_modules folder under the current directory; global need to specify the ‘-g’ when using npm install