Skip to content

Commit

Permalink
Merge pull request react-bootstrap#910 from react-bootstrap/mathieumg…
Browse files Browse the repository at this point in the history
…_appveyor_npm

Lock in npm at 2.11 until 2.12.1 is released
  • Loading branch information
AlexKVal committed Jun 28, 2015
2 parents b71d7a5 + 4a7170b commit ce3a1cd
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@latest
- npm -g install npm@2.11.x
- set PATH=%APPDATA%\npm;%PATH%
- node --version
- npm --version
Expand Down

0 comments on commit ce3a1cd

Please sign in to comment.