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 172 corepack issues
Sort by recently updated
recently updated
newest added

Hi there, I have no relation to the bun team at all (and, am a bit daft on web stuff). I'm looking to change to bun from pnpm for performance...

Why is this a problem? Newest packages (like globby) shipped only in ESM format, so they can't be used in yarn.config.cjs. Initial issue from yarn repo - https://github.com/yarnpkg/berry/issues/5987 Root cause...

coreutils is installed by brew, version is 0.23.0 Receive `Error when performing the request` on each execution of `pnpm` or `yarn`. ``` Internal Error: Error when performing the request to...

Dear corepack Team, Greetings! We have noticed that corepack by default offers yarn and pnpm as pre-configured package managers. We would like to apply for the inclusion of [cnpm](https://github.com/cnpm/cnpm) in...

Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 3 to 4. Release notes Sourced from google-github-actions/release-please-action's releases. v4.0.0 4.0.0 (2023-12-01) ⚠ BREAKING CHANGES remove most configuration options in favor of manifest configuration to configure the...

dependencies

This implements the flag discussed in https://github.com/nodejs/corepack/issues/354#issuecomment-1895747551. This of course makes sense only if we add support for arbitrary URLs, but that's for another PR.

Reduces the amount of configuration and dependencies needed to run the tests with almost no changes to the code. Ref https://github.com/nodejs/corepack/pull/229#discussion_r1064149939

More a PoC than an actual proposal

Testing a migration to `node:test`, opened so I can use it as a reference. Ref https://github.com/nodejs/corepack/pull/349#issuecomment-1879654499 Ref https://github.com/nodejs/corepack/pull/356

I would like to install packages in a project without thinking about which package manager should be used in this project. This can be solved with the `corepack manager` proxy...