Skip to content

Instantly share code, notes, and snippets.

@vdelacou
Created September 14, 2017 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdelacou/c0a60bfccc715e46cc68e2a790a7f69f to your computer and use it in GitHub Desktop.
Save vdelacou/c0a60bfccc715e46cc68e2a790a7f69f to your computer and use it in GitHub Desktop.
Update global library yarn, npm, chocolatey in windows
#!/bin/sh
choco upgrade all -y
npm install npm@latest -g
npm update -g
yarn global upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment