Created
October 7, 2015 12:24
-
-
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.
This file contains hidden or 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 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