Node / Npm Flashcards

1
Q

Initialize node project

A

npm init

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

install dependencies from package.json

A

npm i / npm install

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

add dev dependency

A

npm i/install –save-dev “package name”

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