Skip to content

Instantly share code, notes, and snippets.

@matthewrwilton
Created October 7, 2015 12:24
Show Gist options
  • Save matthewrwilton/993bd11d09422c6967ad to your computer and use it in GitHub Desktop.
Save matthewrwilton/993bd11d09422c6967ad to your computer and use it in GitHub Desktop.
AppVeyor Environment Install script to upgrade to npm 3 before install node modules.
cd WebApp
npm install [email protected] -g
$env:path = $env:appdata + "\npm;" + $env:path
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment