Skip to content

Commit

Permalink
chore(appveyor): Remove npm upgrade step from AppVeyor script
Browse files Browse the repository at this point in the history
Upgrading npm can cause build failures in older node.js versions
see #2981 for details.
  • Loading branch information
briandipalma committed May 3, 2018
1 parent c3f05ef commit b4fddd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ install:
# Install Node.js
- ps: Install-Product node $env:nodejs_version

# Install npm compat with node 4
- npm install -g npm@3

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

0 comments on commit b4fddd2

Please sign in to comment.