Skip to content

Commit

Permalink
added force flag to appveyor npm install command, fixes npm/npm#9696 m…
Browse files Browse the repository at this point in the history
  • Loading branch information
medfreeman committed May 5, 2016
1 parent 765c64c commit 9add02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -17,7 +17,7 @@ install:
- ps: Install-Product node $env:nodejs_version
- npm set progress=false
- npm prune
- npm install
- npm install --force

test_script:
- node --version
Expand Down

0 comments on commit 9add02c

Please sign in to comment.