Skip to content

Commit

Permalink
fix(appveyor): force install npm globally at install step
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Dec 12, 2016
1 parent a95cb22 commit 06ca995
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 @@ -10,6 +10,7 @@ install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install npm --global
- npm install

# Post-install test scripts.
Expand Down

0 comments on commit 06ca995

Please sign in to comment.