Mike McCready
Mike McCready
This appears to be an upstream issue caused by Node.js (see https://github.com/nodejs/node/issues/56645). A workaround is in place in [.github/workflows/ci.yml](https://github.com/nodejs/corepack/blob/main/.github/workflows/ci.yml) to exclude Node.js 24 / Windows testing. Closing, since according to...
The documentation should also mention that if you had previously selectively enabled Corepack based on a Node.js installation for any individual package manager, then installing with npm enables Corepack for...
@ljharb > It's also frustrating there's no reliable/explicit way to determine if corepack is enabled or not. I have also found that to be an issue working in a hybrid...
- related to this issue also https://github.com/nodejs/corepack/issues/697
This is now less critical due to [[email protected]](https://github.com/nodejs/corepack/releases/tag/v0.33.0) changing the default for to [COREPACK_ENABLE_AUTO_PIN](https://github.com/nodejs/corepack/blob/main/README.md#environment-variables). This is now only active if explicitly set to 1.
This is more of a problem for locally working with Corepack since the settings persist between projects. In CI environments, jobs are generally isolated from each other, so it is...
Closing, as with the release of Node.js 25.0.0, changing the behavior could be disruptive.
See installation warnings for `react-infinite-calendar`. The repo is already using the latest version, which supports only up to `react@15` (considering also its dependencies): ```text $ yarn yarn install v1.22.22 [1/5]...
@babyitachi > shall we update React version for this? I don't believe that it is necessary to update `react` from its current version [[email protected]](https://github.com/facebook/react/releases/tag/v18.2.0) in this repo in order to...
## Local pre-test This tests the CircleCI image `cimg/node:22.17.0-browsers` for use with Cypress without involving the Cypress Orb: ```shell cd ~/github/cypress-io/cypress-docker-images cd examples/basic npm ci docker run -it --rm -v...