npm
TLDR
Install dependencies
SYNOPSIS
npm [command] [options]
DESCRIPTION
npm is the Node Package Manager. It manages JavaScript packages and dependencies.
The tool handles package.json. Largest software registry in the world.
npm is Node package manager.
PARAMETERS
COMMAND
npm command.install
Install packages.uninstall
Remove packages.run SCRIPT
Run package script.update
Update packages.init
Create package.json.-g
Global installation.--help
Display help information.
CAVEATS
Requires Node.js. package-lock.json for determinism. Network dependent.
HISTORY
npm was created by Isaac Schlueter in 2010 and is the default package manager for Node.js.
