Skip to content

Commit

Permalink
chore: do not install node with homebrew in the setup script (#2017)
Browse files Browse the repository at this point in the history
node is managed by nvm, installing it with homebrew breaks nvm
  • Loading branch information
pavelgj authored Feb 18, 2025
1 parent bea0858 commit d3261b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ function genkit::install_prerequisites() {
fd \
gh \
go \
node \
python3 \
ripgrep
elif [[ -x "$(command -v apt)" ]]; then
Expand Down

0 comments on commit d3261b8

Please sign in to comment.