Skip to content

Commit 4a7170b

Browse files
committed
Lock in npm at 2.11 until 2.12.1 is released
Otherwise the AppVeyor build fails in all PRs. See: https://github.com/npm/npm/releases/tag/v2.12.1 I thought it would have been "released" much quicker than that... We only have to revert this PR once it's released.
1 parent b71d7a5 commit 4a7170b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)