npm intro Flashcards
1
Q
What is NPM?
A
Package manager for JS
2
Q
How can you create a package.json with npm?
A
npm init –yes
3
Q
What is a dependency and how to you add one to a package?
A
Packages of libraries or frameworks that your project is built on
4
Q
What happens when you add a dependency to a package with npm?
A
It’s installed in package.json