You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ install:
28
28
# for node v6 this dodges npm 3.10.10 bug whereby --nodedir/--dist-url is not passed to node-gyp (https://github.com/mapbox/node-pre-gyp/issues/300)
29
29
# for all node x86 versions this dodges a mysterious ELIFECYCLE error: https://ci.appveyor.com/project/Mapbox/node-pre-gyp/build/1.0.582/job/b8q2nud6vkj0s6qo#L233
30
30
# for node v8 this dodges https://github.com/mapbox/node-pre-gyp/issues/302
31
-
- npm install npm@2.x -g - node --version
31
+
- npm install npm@2.x -g
32
+
- node --version
32
33
- npm --version
33
34
- node -e "console.log(process.arch);"
34
35
- IF /I "%PLATFORM%" == "x64" set PATH=C:\Python27-x64;%PATH%
0 commit comments