NPM-intro Flashcards

1
Q

What is NPM?

A

npm is the world’s largest Software Registry

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

What is a package?

A

collection of all inf9ormation that we are storing/ cross browser compatibility

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

How can you create a package.json with npm?

A

npm init command

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

What is a dependency and how do you add one to a package?

A

are meant to support the development process of your web application

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

What happens when you add a dependency to a package with npm?

A

the devDependencies will get stored in the package. json file. However, devDependencies won’t work in the production or functioning of your project

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

What are some other popular package managers?

A

Pip, Maven, Homebrew, NPM, NuGet

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