This commit is contained in:
Brian Zalewski 2024-01-03 23:37:04 +00:00
parent 9cc4ecf017
commit bde9bda93e
3 changed files with 3 additions and 1 deletions

View file

@ -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'

View file

@ -35,4 +35,4 @@
"settings": {}
}
}
}
}

View file

@ -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