diff --git a/.appveyor.yml b/.appveyor.yml index 313481621..fd930a2a9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,7 +17,6 @@ install: - ps: Install-Product node $env:NODEJS_VERSION $env:Platform - npm install -g npm@5 > Nul - npm config set msvs_version 2013 - - npm install 7zip-bin-win # Need this for some reason - npm install > NUL - node --version - npm --version