Commands.app

npm install

Package Management

Install packages from package.json or specific package

Options & Flags
Available options for this command
-g

Install globally

--save-dev

Save as dev dependency

--production

Install only production dependencies

Examples
Common usage examples

Install all dependencies

npm install

Install specific package

npm install express

Install package globally

npm install -g typescript
Related Commands
You might also find these useful