We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476f80e commit 1f93ae2Copy full SHA for 1f93ae2
appveyor.yml
@@ -4,7 +4,7 @@ environment:
4
install:
5
- ps: Install-Product node $env:nodejs_version
6
- set CI=true
7
- - npm -g install npm@latest
+ - npm install -g npm@4
8
- set PATH=%APPDATA%\npm;%PATH%
9
- npm install
10
matrix:
0 commit comments