Skip to content

Commit

Permalink
Removed install npm 2 version for appveyor. It was hotfix for old nod…
Browse files Browse the repository at this point in the history
…e version.
  • Loading branch information
anthony-redFox committed Jan 5, 2018
1 parent 5d230dd commit 0b7c81c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ environment:

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node 0.STABLE.latest
- ps: Install-Product node $env:nodejs_version
# Use npm v2
- npm -g install npm@2
- set PATH=%APPDATA%\npm;%PATH%
- npm -v

# node 0.10 & 0.12 have race condition issues when running custom install scripts
# this can cause phantomjs-prebuilt install script to fail with the error:
# <Cannot find module 'boom'>
Expand Down

0 comments on commit 0b7c81c

Please sign in to comment.