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
Use corepack, which per Node documentation is supposed to be part of all recent Node releases. See https://nodejs.org/api/corepack.html. (Note that it is listed as "experimental," but in the usual Node meaning that wouldn't typically prevent it from being part of a build.)
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output" saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Use
corepack
, which per Node documentation is supposed to be part of all recent Node releases. See https://nodejs.org/api/corepack.html. (Note that it is listed as "experimental," but in the usual Node meaning that wouldn't typically prevent it from being part of a build.)As to why, because I'm trying to follow the build instructions for a different project (Pulsar, https://pulsar-edit.dev/docs/launch-manual/sections/core-hacking/#building-pulsar).
What happened (include all command output)?
What did you expect to happen?
Step-by-step reproduction instructions (by running
brew
commands)brew upgrade node
or
brew install node
if you don't already have it installed.The text was updated successfully, but these errors were encountered: