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

If you have pnpm and yarn projects try change to yarn_project and run `pnpm --dir pnpm_project` or change to pnpm_project and run `yarn --cwd yarn_project`. There is error `Usage Error:...

First time I run corepack install in a project it says `Adding yarn@version+sha256.....` to the cache. Future times it says `Adding yarn@version to the cache...`. It already was in cache...

I'm trying to install [email protected] for offline usage in a container. Here is my dockerfile: ``` # escape=` ARG PARENT_IMAGE ARG SOLUTION_IMAGE FROM ${SOLUTION_IMAGE} as solution FROM ${PARENT_IMAGE} as dev...

**Issue:** When attempting to use Corepack with [email protected] on NixOS, the installation process encounters an error due to a version mismatch. This issue also arises when enabling Corepack, leading to...

I didn't know this was possible because `corepack --help` doesn't mention it.

> How do we run upgrade package managers like we could before this change? _Originally posted by @nickmccurdy in https://github.com/nodejs/corepack/issues/351#issuecomment-1958930467_ Anybody have thoughts on adding something like `corepack up -g...

https://github.com/nodejs/corepack/blob/main/DESIGN.md seems to reflect outdated goals for Corepack. What are the current goals that Corepack aims to achieve? Can this document please be updated to clarify what use cases Corepack...

documentation

The overall linting and formatting rules in Corepack is extremely different than other repositories in Node.js. I'm planning on replacing it with Biome (which comes with linter and formatter) and...

The `packageManager` field as currently designed is too limited for what I want to do: - As a project author, I want to enforce a version range, like npm >=...

As a project author, I want to control what happens when the developer uses a package manager that fails validation, either because it’s the wrong package manager or a version...