Last active
November 2, 2018 09:20
-
-
Save tonysaffo/02eb17506c61f69009be69a089a6e66c to your computer and use it in GitHub Desktop.
Npm update packages and install
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
sudo npm i -g npm-check-updates // utility for updating npm packages | |
sudo npm i -g npm // updating npm | |
ncu -u // check all updates | |
sudo npm install --unsafe-perm=true --allow-root // npm i | |
sudo npm audit fix // npm vulnerable fixes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment