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
Neither the README document, nor the CONTRIBUTING document mention debug. There is no information about how to set the environment variable DEBUG or what additional output can be expected if it is set.
Current state
The
corepackrepo is configured to use the npm module debug and there have been enhancements such as chore: include install directory in debug log #111 and fix: makeDEBUG=corepackmore useful #538 to improve the usefulness of thedebugoutput.Neither the README document, nor the CONTRIBUTING document mention debug. There is no information about how to set the environment variable
DEBUGor what additional output can be expected if it is set.Suggestion
DEBUG=corepackto the README document.DEBUG=corepackshould not be set when runningyarn testas the additional output may cause the tests to fail.