NPM Flashcards
1
Q
What is NPM?
A
node package manager, essentially can load other people’s code and use it in yours.
2
Q
What is a package?
A
3
Q
How can you create a package.json with npm?
A
4
Q
What is a dependency and how do you add one to a package?
A
5
Q
What happens when you add a dependency to a package with npm?
A