Last active
October 6, 2021 02:04
-
-
Save denihida1216/edce794155fbbed3023e9797bf27beb8 to your computer and use it in GitHub Desktop.
upgrade all modules node js
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
#Command Line Terminal: | |
npm i npm@latest | |
npm install npm-check-updates –g | |
#show list upgrade version: | |
ncu | |
#upgrade modules: | |
ncu -u | |
#after upgrade modules: | |
npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment