Skip to content

Instantly share code, notes, and snippets.

@denihida1216
Last active October 6, 2021 02:04
Show Gist options
  • Save denihida1216/edce794155fbbed3023e9797bf27beb8 to your computer and use it in GitHub Desktop.
Save denihida1216/edce794155fbbed3023e9797bf27beb8 to your computer and use it in GitHub Desktop.
upgrade all modules node js
#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