Skip to content

Commit 0b7c81c

Browse files
committedJan 5, 2018
Removed install npm 2 version for appveyor. It was hotfix for old node version.
1 parent 5d230dd commit 0b7c81c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎appveyor.yml

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ environment:
88

99
# Install scripts. (runs after repo cloning)
1010
install:
11-
# Get the latest stable version of Node 0.STABLE.latest
12-
- ps: Install-Product node $env:nodejs_version
13-
# Use npm v2
14-
- npm -g install npm@2
15-
- set PATH=%APPDATA%\npm;%PATH%
16-
- npm -v
17-
1811
# node 0.10 & 0.12 have race condition issues when running custom install scripts
1912
# this can cause phantomjs-prebuilt install script to fail with the error:
2013
# <Cannot find module 'boom'>

0 commit comments

Comments
 (0)
Please sign in to comment.