Skip to content

Commit ad7cf1f

Browse files
committed
fix for windows 2
1 parent d2a9029 commit ad7cf1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- npm install -g npm
1919
- set PATH=%APPDATA%\npm;%PATH%
2020
- npm i nan
21-
- npm install -g node-pre-gyp
21+
- npm install -g node-pre-gyp@0.6.39
2222
- npm install -g node-pre-gyp-github
2323

2424
build_script:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"node-pre-gyp"
3434
],
3535
"devDependencies": {
36-
"node-pre-gyp": "0.6.39"
36+
"node-pre-gyp": "0.6.38"
3737
}
3838
}

0 commit comments

Comments
 (0)