Skip to content

Commit ec47d81

Browse files
johnjbartonzzo
authored andcommitted
fix(config): Workaround npm 5.4 windows bug
See npm/npm#18380
1 parent 5a6725a commit ec47d81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- ps: Install-Product node $env:nodejs_version
1717

1818
# Upgrade npm
19-
- npm install -g npm
19+
- npm install -g npm@5.3
2020

2121
# Output our current versions for debugging
2222
- node --version

0 commit comments

Comments
 (0)