Last active
July 11, 2018 13:02
-
-
Save timknip/d0331da0b02816f814d13b60db622b43 to your computer and use it in GitHub Desktop.
This file contains 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
cd "$PROGRAMFILES"/nodejs | |
rm npm npx npm.cmd npx.cmd | |
mv node_modules/npm node_modules/npm2 | |
node node_modules/npm2/bin/npm-cli.js i -g npm@latest | |
rm -rf node_modules/npm2/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment