Skip to content

Instantly share code, notes, and snippets.

@timlg07
Created April 23, 2022 17:52
Show Gist options
  • Save timlg07/f2ca0b140677c1ad644d44b7e2211126 to your computer and use it in GitHub Desktop.
Save timlg07/f2ca0b140677c1ad644d44b7e2211126 to your computer and use it in GitHub Desktop.
Batch/ Shell script to update the major versions of NPM packages of a project
npm outdated
npm install -g npm-check-updates
ncu -u
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment