Yarn documentation now says that Yarn can be installed on a Mac, via Homebrew, without node, like this:
brew install yarn --without-node
Yarn documentation now says that Yarn can be installed on a Mac, via Homebrew, without node, like this:
brew install yarn --without-node
brew install yarn
seems to work by itself now?
https://discourse.brew.sh/t/brew-install-yarn-without-node-busted/4087/6
The last few times, simply running
brew upgrade yarn
worked without breaking nvm's node.