Skip to content

Commit

Permalink
fix(config): Retry install with appveyor-retry.
Browse files Browse the repository at this point in the history
Workaround npm install issues
  • Loading branch information
johnjbarton authored and zzo committed Nov 15, 2017
1 parent d7a064c commit 17d5791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -16,7 +16,7 @@ install:
- ps: Install-Product node $env:nodejs_version

# Upgrade npm
- npm install -g npm@5.3
- npm install -g npm

# Output our current versions for debugging
- node --version
Expand Down

0 comments on commit 17d5791

Please sign in to comment.