-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Launcher > Developing command node index.js
fails
#29697
Comments
Yah I have a feeling a few of these Readmes are out of date. I try to update them when I see something is not right. |
Unfortunately I don't have the TypeScript skills to work this out on my own. I was hoping I might be able to somehow get closer to fixing the Firefox / Docker / non-root compatibility issue, but I didn't get very far with this. It's not too critical since the workaround is well documented. It would just be nice to sort it out sometime. And to do this, it would be very handy to run the module standalone. |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
The issue remains unresolved in Cypress 13.16.1 (499c361). The file The instructions continue to fail for the above reason: yarn workspace @packages/launcher install
cd packages/launcher
node index.js To resolve the issue, a change needs to be made to https://github.com/cypress-io/cypress/blob/develop/packages/launcher/README.md#developing |
Current behavior
packages/launcher/README > Developing instructions fail with
code: 'MODULE_NOT_FOUND'
The instructions are:
The file
packages/launcher/index.js
does not exist.Desired behavior
packages/launcher/README > Developing should give working instructions for contributors.
Test code to reproduce
Cypress Version
First reported on version:
13.11.0
Still not fixed in:
13.16.1
Node version
v18.17.1
LTSOperating System
Ubuntu
22.04.4
LTSDebug Logs
Other
7.0.1
node index.ts
instead leads to other errors.The text was updated successfully, but these errors were encountered: