Skip to content

Instantly share code, notes, and snippets.

@isaax2
Last active May 13, 2020 18:28
Show Gist options
  • Save isaax2/c0ab5e0c604244f30c29e479c529c729 to your computer and use it in GitHub Desktop.
Save isaax2/c0ab5e0c604244f30c29e479c529c729 to your computer and use it in GitHub Desktop.
npm cheat sheet
#!/usr/bin/env bash
#List dependencies
npm list --depth=0
#List outdated dependencies
npm outdated
#Update dependencies
npm update
#Install ncu
npm install -g npm-check-updates
#Update Angular
ng update @angular/cli @angular/core
#Update Angular in Ionic
npm install @ionic/angular@latest --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment