Latest
This commit is contained in:
parent
9cc4ecf017
commit
bde9bda93e
3 changed files with 3 additions and 1 deletions
|
@ -648,6 +648,7 @@ installBrewPackages() {
|
|||
ensureBrewPackageInstalled "zx"
|
||||
ensureBrewPackageInstalled "volta"
|
||||
volta install node@latest &
|
||||
volta install yarn@latest &
|
||||
npm install -g npm@latest &
|
||||
wait
|
||||
logg success 'Finished installing auxilary Homebrew packages'
|
||||
|
|
|
@ -35,4 +35,4 @@
|
|||
"settings": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12998,6 +12998,7 @@ softwarePackages:
|
|||
export PATH="$VOLTA_HOME/bin:$PATH"
|
||||
volta setup
|
||||
volta install node@latest
|
||||
volta install yarn@latest
|
||||
ansible: professormanhattan.volta
|
||||
brew: volta
|
||||
scoop: volta
|
||||
|
|
Loading…
Reference in a new issue