Created
April 23, 2022 17:52
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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