corepack
corepack copied to clipboard
Zero-runtime-dependency package acting as bridge between Node projects and their package managers
This PR adds the possibility of setting `COREPACK_INTEGRITY_KEYS` to `0` and `false` to disable integrity checks. Fixes: #468
After updating to version `0.27`, I'm required to set `COREPACK_INTEGRITY_KEYS=""` to overcome the lack of signature keys in the payload returned by a JFrog private registry. The environment variable is...
:robot: I have created a release *beep* *boop* --- ## [0.28.1](https://github.com/nodejs/corepack/compare/v0.28.0...v0.28.1) (2024-04-24) ### Bug Fixes * COREPACK_NPM_REGISTRY should allow for username/password auth ([#466](https://github.com/nodejs/corepack/issues/466)) ([6efa349](https://github.com/nodejs/corepack/commit/6efa34988229918debe6e881d45ba6715282f283)) --- This PR was generated with...
Our current flow: We use `docker` + `pnpm fetch` ``` COPY --chown=node:node pnpm-*.yaml .npmrc ./ RUN npm install -g pnpm@^8 # curernt usage without corepack # RUN corepack enable #
This PR removes `npm` from Corepack. `npm` was supposed to be left out of Corepack & many people were/still are under the impression Corepack would not touch `npm` (although `corepack...
I have this in my `package.json`: `"packageManager": "[email protected]"`. I originally have corepack v0.22.0 (or v0.23.0 which I don't recall and doesn't matter) and it worked fine. After upgrading to v0.25.2...
When I try to install pnpm with corepack I get the following error with node image node:iron@sha256:04223c46b1b8998bccbb6e6208dbed8344916ffc1be9f446109ffcb9629ad791: `$ npm config set //$CI_SERVER_HOST/:_authToken $CI_JOB_TOKEN $ https_proxy=$CODE_PROXY corepack prepare --activate && corepack...
Hello, I use corepack with yarn in a docker image. But when I run an interactive command with my container, I get the following message: ``` bash Corepack is about...
According to [the docs](https://github.com/nodejs/corepack/blob/main/README.md#offline-workflow) there is supposed to be an offline workflow where `corepack` doesn't need internet: > Or you're publishing your project to a system where the network is...
There is a bug that only happens inside corepack. It is reproducible with stable release of pnpm, but I can't debug them. I need to debug the pnpm codebase as...