NPM-intro Flashcards
1
Q
What is NPM?
A
npm is the world’s largest Software Registry
2
Q
What is a package?
A
collection of all inf9ormation that we are storing/ cross browser compatibility
3
Q
How can you create a package.json with npm?
A
npm init command
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
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
6
Q
What are some other popular package managers?
A
Pip, Maven, Homebrew, NPM, NuGet