What is NPM?
Node packagi
What is a package?
a directory with reusable code
How can you create a package.json with npm?
What is a dependency and how do you add one to a package?
its a package that you depend on (node –install -packagename-)
What is a version?
when there is a major change to the package the version number goes up
What happens when you add a dependency to a package with npm?
it gets added to your dependency in your package.json and it creates a node module directory and it installs all files needed
What are some other popular package managers?
yarn, pnpm