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 d2a9029 commit ad7cf1fCopy full SHA for ad7cf1f
appveyor.yml
@@ -18,7 +18,7 @@ install:
18
- npm install -g npm
19
- set PATH=%APPDATA%\npm;%PATH%
20
- npm i nan
21
- - npm install -g node-pre-gyp
+ - npm install -g node-pre-gyp@0.6.39
22
- npm install -g node-pre-gyp-github
23
24
build_script:
package.json
@@ -33,6 +33,6 @@
33
"node-pre-gyp"
34
],
35
"devDependencies": {
36
- "node-pre-gyp": "0.6.39"
+ "node-pre-gyp": "0.6.38"
37
}
38
0 commit comments