What is NPM?
A package manager for JavaScript and the world’s largest software registry.
What can you do with npm?
You use npm to install, share, and distribute code; manage dependencies in your projects; and share & receive feedback with others.
What is the command line for installing a new package in the terminal?
npm install
What is the command line for including a package in the terminal?
require()