apparently /usr/local/node is not writable; make it
This commit is contained in:
parent
044e27144e
commit
3573439a5d
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ stages:
|
|||
brew install $p
|
||||
brew outdated $p || brew upgrade $p
|
||||
done
|
||||
find /usr/local/include/node -type d -exec chmod +w {} \;
|
||||
brew link --force --overwrite node
|
||||
displayName: 'Install vim and node'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue