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
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,19 @@ range specified in `devEngines.packageManager.version`, or fallback to the
279
279
same major line. Should you need to upgrade to a new major, use an explicit
280
280
`corepack use {name}@latest` call (or simply `corepack use {name}`).
281
281
282
+
## Utility Commands (deprecated)
283
+
284
+
The utility commands `corepack hydrate` and `corepack prepare` were deprecated with [corepack@0.20.0](https://github.com/nodejs/corepack/releases/tag/v0.20.0).
285
+
It is recommended to use the replacement commands as shown in the following table:
0 commit comments