We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e09354 commit 4cfea3eCopy full SHA for 4cfea3e
appveyor.yml
@@ -31,6 +31,7 @@ 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"
35
36
build: off
37
0 commit comments