You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally, I use the version of Node installed by Homebrew, and use Nodebrew to quickly switch between older Node.js versions when testing certain projects. When I'm finished testing something, I have to uninstall the current version if I want it out of my $PATH.
It'd be great if Nodebrew supported a command like brew unlink/brew link:
Normally, I use the version of Node installed by Homebrew, and use Nodebrew to quickly switch between older Node.js versions when testing certain projects. When I'm finished testing something, I have to uninstall the current version if I want it out of my
$PATH
.It'd be great if Nodebrew supported a command like
brew unlink
/brew link
:Alternatively, something like
nodebrew use none
could be added instead, which is arguably much more simple.The text was updated successfully, but these errors were encountered: