启用该功能
¥Enabling the feature
由于处于实验状态,目前需要显式地启用 Corepack 才能生效。为此,则运行 corepack enable
,其将在你的环境中设置 node
二进制文件旁边的符号链接(并在必要时覆盖现有的符号链接)。
¥Due to its experimental status, Corepack currently needs to be explicitly
enabled to have any effect. To do that, run corepack enable
, which
will set up the symlinks in your environment next to the node
binary
(and overwrite the existing symlinks if necessary).
从现在开始,对 支持的二进制文件 的任何调用都将无需进一步设置即可工作。如果你遇到问题,请运行 corepack disable
从你的系统中删除代理(并考虑在 Corepack 仓库 上打开一个问题让我们知道)。
¥From this point forward, any call to the supported binaries will work
without further setup. Should you experience a problem, run
corepack disable
to remove the proxies from your system (and consider
opening an issue on the Corepack repository to let us know).