Skip to content

Commit ce3a1cd

Browse files
committed
Merge pull request react-bootstrap#910 from react-bootstrap/mathieumg_appveyor_npm
Lock in npm at 2.11 until 2.12.1 is released
2 parents b71d7a5 + 4a7170b commit ce3a1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '{build}'
44
install:
55
# Get the latest stable version of io.js
66
- ps: Install-Product node ''
7-
- npm -g install npm@latest
7+
- npm -g install npm@2.11.x
88
- set PATH=%APPDATA%\npm;%PATH%
99
- node --version
1010
- npm --version

0 commit comments

Comments
 (0)