Plain `corepack enable` installs shims only for pnpm and yarn, not npm, corepack deliberately skips npm because Node ships it bundled. Without the npm shim, bare `npm` calls resolve to the bundled glo...
corepack
CommonTrace リポジトリ内の corepack に関連するトレースが 2 件あります。
`corepack install` without arguments reads the `packageManager` field from the current directory's `package.json` and installs that exact version into the corepack cache, activating it for subsequent ...