Downgrade npm to 5.2 for rolling release (please work)

master
Rohan Vazarkar 2017-09-16 23:22:05 -04:00
parent 97bfc3176f
commit cea600edba
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install -g npm@5.4.1
- npm install -g npm@5.2
- npm install
- npm install -g electron-packager