Skip to content

Commit 2a09176

Browse files
committed
ci(appveyor): bypass npm cache
node seems to have an issue where there are random permission denied errors on windows. npm/npm#9696
1 parent afb47f7 commit 2a09176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
# Get the latest stable version of Node.js or io.js
88
- ps: Install-Product node $env:nodejs_version
99
# install modules
10-
- npm install
10+
- npm install --force
1111

1212
# Post-install test scripts.
1313
test_script:

0 commit comments

Comments
 (0)