/opt/homebrew/lib/node_modules/corepack/dist/yarn.js warns about url.parse() deprecation, seems to be outdated
#6595
Unanswered
rgoldberg
asked this question in
Everyday usage
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
|
One thing to check is
As of Node.js 25, the upstream has decided to no longer bundle However, due to how we install npm packages' executables, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
/opt/homebrew/lib/node_modules/corepack/dist/yarn.jsseems to be outdated (it's 1.22.22, while current is 4.12.0).What installs it? I haven't installed any of the formulae listed by
brew which-formula yarn.I noticed yarn being outdated because I sometimes get the following warning when topgrade (current from homebrew-core) runs
/opt/homebrew/bin/yarn global upgrade(/opt/homebrew/bin/yarnis a symlink to/opt/homebrew/lib/node_modules/corepack/dist/yarn.js):yarn seems to warn about this only once, then not again for a while, which I assumed was due to caching with infrequent cache invalidation, but
/opt/homebrew/bin/yarn cache cleandidn't cause the warning to be displayed again.Simplest reproduction, if yarn decides to give the warning:
Beta Was this translation helpful? Give feedback.
All reactions