Mike McCready

Results 2194 comments of Mike McCready

Waiting for response from Cypress.io team.

@yeikel > It seems that `COREPACK_DEFAULT_TO_LATEST` is not working as it should be because the following also does not work > > rm -rf ~/.cache/node/corepack > corepack install -g [email protected]...

@Pnlvfx - Which operating system are you working with? - How did you install Node.js 25?

@ReutovIgorEndava Please share how you installed Node.js 25.0.0 on your Windows 11 system.

@ReutovIgorEndava > it was installed through company portal which handles the installation of app at the company (sad story) You may need to ask for assistance through your company support...

@XFox111 `winget` installs a Node.js `msi` package. There are known issues with this configuration. See the [README](https://github.com/nodejs/corepack/blob/main/README.md#manual-installs) comments: > If Corepack was installed on your system using a Node.js Windows...

See also Microsoft's recommendations on how to install Node.js on Windows https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows

@eMerzh Did you follow the instructions in [Rolldown Integration](https://vite.dev/guide/rolldown) when you substituted `rolldown-vite`? When I tried this in the simple Vite example https://github.com/cypress-io/github-action/tree/master/examples/component-tests I didn't get any errors. Edit: To...

@eMerzh I just scaffolded a new project and now I see the same error as you.

Repro [here](https://github.com/MikeMcC399/cypress-component-testing-apps/tree/test/rolldown-vite), after substituting `"vite": "npm:rolldown-vite@latest"` into example and running `npm update --save` ```shell git clone --branch test/rolldown-vite https://github.com/MikeMcC399/cypress-component-testing-apps cd cypress-component-testing-apps cd react-vite-ts npm ci npm run cypress:run ```