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
have no migration guide to their replacement commands
do not appear in the output of corepack --help
are described in the output of corepack hydrate --help and corepack prepare --help
neither their usage, nor their help text indicates that the commands are deprecated
Several issues lately have shown users reporting problems when executing corepack prepare.
corepack prepare is listed as a valid command in Node.js documentation Corepack latest v18. (Node.js v20, v22 & v23 describe instead corepack use / corepack install.)
Suggestion
Describe the above commands as deprecated and either add the a migration table from RFC: New command names (and alias the old ones) #274 to the README or create a separate Migration Guide document. Edit: the migration table in the PR contains inaccuracies and cannot be used as it stands.
Extend the help text for the commands to indicate that they are deprecated.
Output a deprecation warning if deprecated commands are used.
Also review Node.js documentation Corepack latest v18 and initiate an update if possible.
The text was updated successfully, but these errors were encountered:
Issue
The following commands are hidden since PR Refactoring of the CLI interface #291 implemented RFC: New command names (and alias the old ones) #274 in release [email protected]:
corepack hydrate
corepack prepare
These commands:
corepack --help
corepack hydrate --help
andcorepack prepare --help
Several issues lately have shown users reporting problems when executing
corepack prepare
.corepack prepare
is listed as a valid command in Node.js documentation Corepack latest v18. (Node.js v20, v22 & v23 describe insteadcorepack use
/corepack install
.)Suggestion
thea migration tablefrom RFC: New command names (and alias the old ones) #274to the README or create a separate Migration Guide document. Edit: the migration table in the PR contains inaccuracies and cannot be used as it stands.Also review Node.js documentation Corepack latest v18 and initiate an update if possible.
The text was updated successfully, but these errors were encountered: