Reputation: 9247
Lots of my packages such as heroku depends on Homebrew’s node, so I have to keep one in the system. I wonder if I can switch between nvm and Homebrew’s node so I don't have to upgrade twice.
Upvotes: 2
Views: 509
Reputation: 2032
For temporary switch, use nvm use system
For every new shell Use nvm alias default system
to use brew version.
Upvotes: 3