Skip to content

Instantly share code, notes, and snippets.

@chepetime
Created July 5, 2019 14:11
Show Gist options
  • Save chepetime/905345393ff96d76c3d340c0ca34aa03 to your computer and use it in GitHub Desktop.
Save chepetime/905345393ff96d76c3d340c0ca34aa03 to your computer and use it in GitHub Desktop.
Update npm packages
nvm install
rm -rf node_modules
npm outdated
npm install -g npm-check-updates
ncu -u
npm update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment