Skip to content

Commit

Permalink
fix(config): Workaround npm 5.4 windows bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton authored and zzo committed Nov 15, 2017
1 parent 5a6725a commit ec47d81
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
- npm install -g npm@5.3

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

0 comments on commit ec47d81

Please sign in to comment.