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 2a09176 commit 2eb14c2Copy full SHA for 2eb14c2
appveyor.yml
@@ -7,7 +7,7 @@ install:
7
# Get the latest stable version of Node.js or io.js
8
- ps: Install-Product node $env:nodejs_version
9
# install modules
10
- - npm install --force
+ - appveyor-retry npm install
11
12
# Post-install test scripts.
13
test_script:
0 commit comments