Skip to content

Commit

Permalink
use npm@2 within AppVeyor for Node4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Oct 13, 2017
1 parent 0d398e0 commit cd6e0be
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 @@ -14,7 +14,7 @@ version: "{build}"

install:
- ps: Install-Product node $env:nodejs_version
- npm -g install npm@latest
- IF %nodejs_version% LSS 4 npm -g install npm@2
- set PATH=%APPDATA%\npm;%PATH%
- npm install

Expand Down

0 comments on commit cd6e0be

Please sign in to comment.