npm

JavaScript and Node.js package manager. Manage Node.js projects and their module dependencies. More information: https://www.npmjs.com.

npm init

npm install

npm install package_name@version

npm install package_name --save-dev

npm install --global package_name

npm uninstall package_name

npm list

npm list --global --depth=0