Config: MacOS High Sierra, NVM - Node v8.11.3, Homebrew
I tried to run the command brew install yarn --without-node since I'm using nvm, but it didn't recognize the flag. The error I got was "Error: invalid option: --without-node".
Just ran into this problem myself. Is there an alternative?
I tried using a brew flag “—without-dependencies” and that didn’t work either. I ended up installing Yarn through NPM. Seems like the best alternative for now.
On Feb 5, 2019, 3:28 PM -0500, Jared notifications@github.com, wrote:
Just ran into this problem myself. Is there an alternative?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Duplicate of #6946
Most helpful comment
Just ran into this problem myself. Is there an alternative?