Skip to content

Instantly share code, notes, and snippets.

@arisacoba
Created September 16, 2022 09:05
Show Gist options
  • Save arisacoba/d52bf5c66a7d585575b1ee634ea34577 to your computer and use it in GitHub Desktop.
Save arisacoba/d52bf5c66a7d585575b1ee634ea34577 to your computer and use it in GitHub Desktop.

Update all packages to latest version

  1. Install npm-check-updates
  2. Update package.json
  3. Install new versions
npm i -g npm-check-updates
ncu -u
npm install

ncu will only check for updates but not update package.json

Related links

  1. node.js Docs
  2. Stackoverflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment