diff --git a/appveyor.yml b/appveyor.yml index 5c1bea07..b70241cb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ init: install: - ps: Install-Product node 6 x64 - git reset --hard HEAD - - npm install npm -g + - npm install npm@4 -g - npm prune - npm install