corepack icon indicating copy to clipboard operation
corepack copied to clipboard

Zero-runtime-dependency package acting as bridge between Node projects and their package managers

Results 188 corepack issues
Sort by recently updated
recently updated
newest added

Add `corepack run` with the same behavior as `[npm|yarn] run` to reduce the necessity of a package manager to run user-defined scripts in the `package.json`. e.g. with this start script...

I'd like to write a `package.json` like: ```json { "packageJson": "pnpm@6" } ``` Or maybe `pnpm@^6.32.2`, etc. As it stands, adding a package manager to `package.json` requires a full specified...

### Version v18.4.0 ### Platform `Linux dell-carbs 5.15.10 #7 SMP Tue Jan 18 15:17:48 +03 2022 x86_64 Carbs Linux` ### Subsystem _No response_ ### What steps will reproduce the bug?...

Ideally, the utility would include the requirement that package manager distributions are signed, with the ability for users to verify the signature on installation.

Running with Node.js v16.15.0 on macOS ```sh npm --version # 8.5.5 pnpm --version # command not found npm i -g [email protected] pnpm --version # 7.1.6 echo '{"packageManager": "[email protected]"}' > package.json...

`pnpm dist-tag` will delegate the command to `npm dist-tag` and cause an error. ``` pnpm dist-tag react Usage Error: This project is configured to use pnpm $ npm ... ```...

Hi šŸ‘‹ I happened on this just meandering around the Node GH. I think this would be an excellent thing to provide with Node, but I’m concerned about some of...

One of the main reason we adopted corepack was to avoid work in nodejs/node to support multiple package managers. There is a measurable amount of traffic on our H1 due...

Right out of the gate, this is my first interaction on a public repository, so feel free to throw some feedback at me. Basically i would like for corepack to...

See #25 and the [documentation](https://github.com/nodejs/corepack/blob/mael/elect/README.md#elected-package-manager) added to `README.md` for more details. In short, this PR implements a proper way for projects such as create-react-app to detect which package manager to...