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
The reason will be displayed to describe this comment to others. Learn more.
This change may be preventing installation of yarn without node dependency (for those of us using NVM or similar to self-manage node versions). See yarnpkg/yarn#3255 for more. Any additional context on this change?
The reason will be displayed to describe this comment to others. Learn more.
@wkoffelyarn 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.
a34c721
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 change may be preventing installation of yarn without node dependency (for those of us using NVM or similar to self-manage node versions). See yarnpkg/yarn#3255 for more. Any additional context on this change?
a34c721
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.
@wkoffel
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
.