Skip to content

Instantly share code, notes, and snippets.

@niedzielski
Created April 18, 2018 01:29
Show Gist options
  • Save niedzielski/fd03b515a758406689b87973dd27820e to your computer and use it in GitHub Desktop.
Save niedzielski/fd03b515a758406689b87973dd27820e to your computer and use it in GitHub Desktop.
Upgrade all NPM packages.
# Sadly needed until npm up supports more options.
# npm install -g npm-check-updates
npm outdated
ncu -au
npm i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment