Downgrade npm to 5.2 for rolling release (please work)
parent
97bfc3176f
commit
cea600edba
|
@ -3,7 +3,7 @@ install:
|
||||||
# Get the latest stable version of Node.js or io.js
|
# Get the latest stable version of Node.js or io.js
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
# install modules
|
# install modules
|
||||||
- npm install -g npm@5.4.1
|
- npm install -g npm@5.2
|
||||||
- npm install
|
- npm install
|
||||||
- npm install -g electron-packager
|
- npm install -g electron-packager
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue