From da8cc8a4b85f4838910102f3fb819880e29e2d92 Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Tue, 30 Jun 2015 20:02:35 +0300 Subject: [PATCH] Unlock npm version back for Appveyor. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 430ba4a1af..cac1fa5920 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ version: '{build}' install: # Get the latest stable version of io.js - ps: Install-Product node '' - - npm -g install npm@2.11.x + - npm -g install npm@latest - set PATH=%APPDATA%\npm;%PATH% - node --version - npm --version