Skip to content

Commit

Permalink
made windows build use npm@2
Browse files Browse the repository at this point in the history
  • Loading branch information
BendingBender committed Jul 7, 2015
1 parent d356cdd commit cd68092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm -g install npm@2
- set PATH=%APPDATA%\npm;%PATH%
- npm install

# Post-install test scripts.
Expand Down

0 comments on commit cd68092

Please sign in to comment.