-
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
ERR_LOADER_CHAIN_INCOMPLETE e2e in local #23393
Comments
@oki-irawan Yikes! Thanks for reporting this issue. It looks like you hit an issue related to an incompatibility with the version of |
@oki-irawan Another workaround would be to disable ESM handling in your project unless you're explictly depending on that. Removing the |
Hey team! Please add your planning poker estimate with ZenHub @amehta265 @astone123 @lmiller1990 @marktnoonan @mike-plummer @rockindahizzy @warrensplayer @ZachJW34 |
Many issues around this will be fixed in #23637. Thanks for the report, the whole module situation in the Node.js ecosystem is a complete mess now :| I think you can work around it for now by using Node.js 16.16 (16.17 broke things). |
Current behavior
Hello there,
I was facing issue when installed cypress on my project, and it's just stuck like the picture showed bellow :
in addition to summary, I'm using
vite v3.0.0
and with@vitejs/plugin-react
Stacktrace when run
cypress open
and here is the
packages.json
file in my project :Debug logs
No response
Cypress Version
10.6.0
Node version
v16.17.0
Package Manager
pnpm
Package Manager Version
7.9.0
Operating system
Mac
Operating System Version
12.5
Other
No response
The text was updated successfully, but these errors were encountered: