link
Install a package from the registry
npm install <package>
Install package locally
npm install lodash
Install package globally
npm install -g typescript
Install as dev dependency
npm install --save-dev jest