mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
Make use of NPM@2 in Appveyor to prevent lock permission issues
This commit is contained in:
parent
054d5e4879
commit
1e70401bdd
@ -13,6 +13,8 @@ environment:
|
||||
|
||||
install:
|
||||
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
|
||||
- npm -g install npm@2
|
||||
- set PATH=%APPDATA%\npm;%PATH%
|
||||
- npm install -g gulp
|
||||
- npm install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user