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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn depends on node: it does not function without it. #31510 provides context. Instead of trying to install without Homebrew' node instead adjust your PATH so nvm's nodes are before Homebrew's node
4cb921e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this removed?
4cb921e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option is very useful, and it will not make it compile from source code.
I think we can keep this option.
4cb921e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The removal of this option means that I cannot install yarn from Homebrew without also installing node. I get node from nvm.
Can this option be added back in?
4cb921e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi. No.
See #36222 (comment)
yarn
depends onnode
: it does not function without it. #31510 provides context. Instead of trying to install without Homebrew'node
instead adjust yourPATH
sonvm
'snode
s are before Homebrew'snode