npm install
npm is a package manager for node.js.
npm install <packagename>
is a command in the npm CLI that searches for and installs a specified package from an npm repository. In addition, it will install any packages that the specified package depends on.