Skip to content

Commit

Permalink
Unlock npm version back for Appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Jun 30, 2015
1 parent 557e470 commit da8cc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '{build}'
install:
# Get the latest stable version of io.js
- ps: Install-Product node ''
- npm -g install npm@2.11.x
- npm -g install npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- node --version
- npm --version
Expand Down

0 comments on commit da8cc8a

Please sign in to comment.