We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7430b84 commit ac28059Copy full SHA for ac28059
appveyor.yml
@@ -15,9 +15,9 @@ install:
15
- ps: Install-Product node $env:nodejs_version $env:platform
16
# Upgrade npm
17
# - npm install -g npm
18
- - npm install -g npm
+ - npm install -g npm@5.5.1
19
- set PATH=%APPDATA%\npm;%PATH%
20
- - npm i nan
+ - npm i nan@2.7.0
21
- npm install -g [email protected]
22
- npm install -g node-pre-gyp-github
23
0 commit comments