Skip to content

Commit b189695

Browse files
author
Dane Springmeyer
committed
remove workaround for #302
1 parent e687acb commit b189695

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ install:
2727
# downgrade npm to avoid multiple npm bugs:
2828
# 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)
2929
# 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-
# for node v8 this dodges https://github.com/mapbox/node-pre-gyp/issues/302
31-
- npm install [email protected] -g
3230
- node --version
3331
- npm --version
3432
- node -e "console.log(process.arch);"

0 commit comments

Comments
 (0)