1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-04 22:10:09 -05:00

install volta via brew

This commit is contained in:
2022-06-04 20:33:09 -04:00
parent 0dc947fc72
commit 7093477c72
5 changed files with 142 additions and 72 deletions

View File

@@ -5,7 +5,8 @@ set -euo pipefail
# fetch and install Volta (better nvm)
if ! command -v volta &> /dev/null
then
curl https://get.volta.sh | bash -s -- --skip-setup
# curl https://get.volta.sh | bash -s -- --skip-setup
brew install volta
fi
volta install node@latest # remove when LTS officially supports arm64
@@ -34,7 +35,6 @@ packages=(
express
express-generator
firebase-tools
gatsby-cli
gzip-size-cli
json-server
netlify-cli