Node.js Development Deck installation and setup Flashcards

1
Q

How to install node.js

A

download the .exe file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to manage different versions of node.js

A

using nvm (node.js version management tool)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what’s the windows directory for global packages installation

A

%AppData%/node_modules/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly