There was an error while loading. Please reload this page.
1 parent 4cfea3e commit e811af5Copy full SHA for e811af5
appveyor.yml
@@ -31,7 +31,8 @@ install:
31
# TODO: Remove after https://github.com/appveyor/ci/issues/1426 is fixed
32
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
33
- ps: Install-Product node $env:nodejs_version $env:platform
34
- - alias npm="npm cache clean && npm --force"
+ - npm install -g npm
35
+ - npm cache clean
36
37
build: off
38
0 commit comments