Skip to content

Commit

Permalink
Install latest npm and explicitly clean npm cache for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenscerri committed Mar 22, 2017
1 parent 4cfea3e commit e811af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ install:
# TODO: Remove after https://github.com/appveyor/ci/issues/1426 is fixed
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
- ps: Install-Product node $env:nodejs_version $env:platform
- alias npm="npm cache clean && npm --force"
- npm install -g npm
- npm cache clean

build: off

Expand Down

0 comments on commit e811af5

Please sign in to comment.