-
https://github.com/nodejs/package-maintenance/pull/606
At the moment we use it to manage our pnpm version.
https://github.com/seek-oss/skuba/blob/138129daab25e612d650b2e79b69fa5386035149/templat…
-
**Description:**
Support using https://github.com/nodejs/corepack to manage non-NPM package managers.
Ideally in between installing node and bootstrapping the package manager cache, this act…
-
### Bug description
After the first `init` run of my workspace, every time I start the workspace, I have to re-enable corepack. I can't find in the documentation how to persist corepack from session…
-
Hi
may be I'm not so skilled just now, but I attempt to compile in order to contribute. I'm new to javascript , my exeperience is mainly in C++ and oo programming (more than 15 years) under windows. …
-
### What's not working?
Im trying to make a new project and im getting this error with yarn install
╰─ yarn install ─╯
error This proj…
-
### What is the problem this feature will solve?
we try to use corepack and "packageManager" to force developers use the same pnpm version, but developers always forget to enable corepack(because it'…
-
When connecting corepack to a custom NPM registry such as Artifactory, then corepack presents unhelpful error messages about JSON objects missing keys.
```console
++ yarn install
/opt/cloudbees/j…
-
**Describe the bug**
The corepack installation process doesnt get the http_proxy or https_proxy env variables even though pants.toml has the following
settings:
```toml
[subprocess-environment]
…
-
failed to bump package corepack to version 0.29.0: got 404 Not Found when fetching https://github.com/nodejs/corepack/releases/download/v0.29.0/corepack.tgz
-
related to #553
suggest adding a command like `corepack -g ls` to list all globally installed package managers' configurations. This would allow users to easily view the package managers available…