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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://github.com/nodejs/corepack
现在 node 生态的包管理器五花八门。npm,yarn1,yarn2,yarn3,yarn4(已经是 rc 版本),pnpm……
corepack 可以帮你安装这些包管理器。不过目前只支持 yarn 和 pnpm。
corepack 可以使用在 package.json 中设定的包管理器版本。
node 自 v14.19.0 和 v16.9.0 起就自带了 corepack ,之前的版本可以通过
npm install -g corepack
安装。参考文章 (链接备份) ,需要翻墙访问。
Beta Was this translation helpful? Give feedback.
All reactions