From 0b7c81ccfb794ca4dd243c0fc73a4675d3b734e0 Mon Sep 17 00:00:00 2001 From: Anton Shchekota Date: Fri, 5 Jan 2018 11:43:50 +0300 Subject: [PATCH] Removed install npm 2 version for appveyor. It was hotfix for old node version. --- appveyor.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ffc157e03..e0bbf24cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: #