Mike McCready
Mike McCready
@Lavisha-Chhatwani - It looks like you did not complete the set up of Cypress. I suggest that you follow the instructions on https://docs.cypress.io/guides/getting-started/opening-the-app to configure Cypress. - It is also...
- Following the steps to reproduce on https://github.com/cypress-io/cypress/issues/26849, which installs the latest version of vite, results in the warning: > The CJS build of Vite's Node API is deprecated. See...
@jordanpowell88 The examples in [cypress-io/component-testing-quickstart-apps](https://github.com/cypress-io/component-testing-quickstart-apps) are left using [[email protected]](https://github.com/vitejs/vite/releases/tag/v4.5.1) until this enhancement request is addressed.
@rstoneIDBS / @juliandreas Did you try using the latest Vite version [v5.0.10](https://github.com/vitejs/vite/releases/tag/v5.0.10)?
- For comparison PR https://github.com/cypress-io/cypress/pull/25365 from @marktnoonan which updated the support to Vite `v4`. Perhaps somebody has an idea what needs to be done to update to Vite `v5` support?
@jennifer-shehane > We'd be open to a PR to help support Vite 5. Just for the sake of clarity, since I'm the author of this issue, I'm not able to...
Vite's blog announced [release of 5.1](https://vitejs.dev/blog/announcing-vite5-1.html) in February 2024. [Vite's GitHub releases](https://github.com/vitejs/vite/releases) currently show `5.2.8` as latest and there is a first appearance of a `6.0.0` alpha version.
@rdwentmp According to your issue description, you are using Node.js `v14.21.3`, which reached end-of-life on Apr 30, 2023 and is no longer supported. Please check the Changelog for Cypress [13.0.0](https://docs.cypress.io/guides/references/changelog#13-0-0)...
@Venki4746l Cypress `10.11.0` is an older version (the current version is `13.6.4`) Node.js `12.14.1` is no longer supported. The minimum is Node.js `18`. You can try the following, assuming you...
- This PR is linked to #28061, however the issue is apparently already resolved through PR #28792. On https://github.com/cypress-io/github-action/actions/workflows/example-cron.yml the last occurrence of the error > [1796:0221/040416.882283:ERROR:object_proxy.cc(590)] Failed to call...