Skip to content

Commit

Permalink
Avoid locking errors on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Feb 28, 2016
1 parent fef30d8 commit 8dc8e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ environment:
- nodejs_version: "5"

install:
- npm -g install npm@">=2.0.0"
- set PATH=%APPDATA%\npm;%PATH%
- ps: Install-Product node $env:nodejs_version
- npm install

Expand Down

0 comments on commit 8dc8e6e

Please sign in to comment.