npm Commands Flashcards

1
Q

Install everything in package.json

A

npm install / npm i

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

Install everything in package.json, except devDependencies

A

npm install –production / npm i –production

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

Install a package

A

npm install (package) / npm i (package)

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