Skip to content

Commit

Permalink
fix update npm version & nan
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthD committed Apr 8, 2018
1 parent 7430b84 commit ac28059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ install:
- ps: Install-Product node $env:nodejs_version $env:platform
# Upgrade npm
# - npm install -g npm
- npm install -g npm
- npm install -g npm@5.5.1
- set PATH=%APPDATA%\npm;%PATH%
- npm i nan
- npm i nan@2.7.0
- npm install -g [email protected]
- npm install -g node-pre-gyp-github

Expand Down

0 comments on commit ac28059

Please sign in to comment.