Skip to content

Commit

Permalink
remove workaround for #302
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Sep 7, 2017
1 parent e687acb commit b189695
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ install:
# downgrade npm to avoid multiple npm bugs:
# 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)
# 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
# for node v8 this dodges https://github.com/mapbox/node-pre-gyp/issues/302
- npm install [email protected] -g
- node --version
- npm --version
- node -e "console.log(process.arch);"
Expand Down

0 comments on commit b189695

Please sign in to comment.