Skip to content

Commit

Permalink
Install latest npm to fix nodejs/node-gyp#949
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Jul 24, 2016
1 parent f78f818 commit 18a7787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ environment:
- nodejs_version: 6
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm@latest
- npm install
build: off
test_script:
Expand Down

1 comment on commit 18a7787

@theoutlander
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this solution worked for me....wasted last 4 hours!

Please sign in to comment.