mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
Use NPM 2.12.1 in Appveyor due to a bug in 2.12.0
This commit is contained in:
parent
5619bdbb67
commit
0acbdac66f
@ -13,7 +13,7 @@ environment:
|
||||
|
||||
install:
|
||||
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
|
||||
- npm -g install npm@2
|
||||
- npm -g install npm@2.12.1
|
||||
- set PATH=%APPDATA%\npm;%PATH%
|
||||
- npm install -g gulp
|
||||
- npm install
|
||||
|
Loading…
Reference in New Issue
Block a user