NPM Flashcards

1
Q

What is NPM?

A

A package manager for JavaScript and the world’s largest software registry.

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

What can you do with npm?

A

You use npm to install, share, and distribute code; manage dependencies in your projects; and share & receive feedback with others.

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

What is the command line for installing a new package in the terminal?

A

npm install

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

What is the command line for including a package in the terminal?

A

require()

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