Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to open Cypress after upgrading to 9.4.0 #19986

Closed
jmezzacappa opened this issue Jan 31, 2022 · 6 comments
Closed

Unable to open Cypress after upgrading to 9.4.0 #19986

jmezzacappa opened this issue Jan 31, 2022 · 6 comments
Assignees
Labels
type: regression A bug that didn't appear until a specific Cy version release

Comments

@jmezzacappa
Copy link

jmezzacappa commented Jan 31, 2022

Current behavior

When attempting to run yarn cypress open, I get this:

env: node\r: No such file or directory
error Command failed with exit code 127.

Desired behavior

No response

Test code to reproduce

yarn cypress open

Cypress Version

9.4.0

Other

  • MacOS
  • Yarn 1.22.15
  • Node v16.13.0
  • ZSH
@jmezzacappa
Copy link
Author

After manually changing node_modules/.bin/cypress EOLs from CRLF to LF, I'm able to open Cypress.

@adeonir
Copy link

adeonir commented Jan 31, 2022

Same here

@AtofStryker
Copy link
Contributor

Hello @jmezzacappa and @adeonir! We are currently aware of the issue and are working to resolve it. I will provide an update ASAP.

@muratkeremozcan
Copy link

If you need a repo to reproduce it, or fully test a fix:

Clone lerna-react-ts-cypress. Install. Stay on repo root level.

yarn install / yarn i / yarn # at root level; all sub-level dependencies are taken care of
yarn start:a / start:b / start:c # start app-*
# on a different tab
yarn cy:open-a / cy:open-b / cy:open-c #  open cypress test runner at app level
# on a different tab
yarn cy:run-a / cy:run-b / cy:run-c # run cypress headlessly at app level

Upgrade to 9.4.0 and repeat.

The duplicate issue has been closed #19989.

@jennifer-shehane
Copy link
Member

We know exactly what the issue is and are issuing a patch 9.4.1 release immediately. I'm really sorry for the inconvenience. We'll be addressing the root issue that caused this faulty release before our next release #19771

@flotwig flotwig closed this as completed Jan 31, 2022
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jan 31, 2022

Released in 9.4.1.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v9.4.1, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: regression A bug that didn't appear until a specific Cy version release
Projects
None yet
Development

No branches or pull requests

6 participants