Skip to content

Instantly share code, notes, and snippets.

@brandedoutcast
Last active December 10, 2015 02:19
Show Gist options
  • Save brandedoutcast/dcdd5e3385f11ff1a0f0 to your computer and use it in GitHub Desktop.
Save brandedoutcast/dcdd5e3385f11ff1a0f0 to your computer and use it in GitHub Desktop.
Update npm to latest version on Windows
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