Last active
December 10, 2015 02:19
-
-
Save brandedoutcast/dcdd5e3385f11ff1a0f0 to your computer and use it in GitHub Desktop.
Update npm to latest version on Windows
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
pushd ${env:ProgramFiles}\nodejs\node_modules\npm\ | |
cp npmrc $env:userprofile\desktop | |
cd ../.. | |
npm install npm@latest | |
mv $env:userprofile\desktop\npmrc npmrc -Force | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment