@kwai-explore/is-corepack
v1.0.1
Published
Block installation with a package manager that is not the specified version of corepack.
Downloads
4
Readme
@kwai-explore/is-corepack
Block installation with a package manager that is not the specified version of corepack.
Use
Add this script in package.json
:
"scripts": {
"pnpm:devPreinstall": "npx @kwai-explore/is-corepack",
...