-
Notifications
You must be signed in to change notification settings - Fork 446
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
Generated project's test:e2e causes Error: kill EPERM. #539
Comments
possibly related: bahmutov/start-server-and-test#199 |
If I go to node v20.15.0 I don't get the error, but I do get:
but it does complete without error even after a few tries |
To be honest, I don't think there is anything we can do in create-vue for this issue: it does look like this is specific to windows/node and cypress or start-server-and-test. I'm going to close this issue, and maybe you can try to reproduce it with a brand new project (using just vite and cypress) and open an issue on the cypress or start-server-and-test repositories. |
Okay, kicked it over start-server-and-test bahmutov/start-server-and-test#384 |
I'm not sure where this bug report should go. This seemed like logical place as the generated project's test:e2e just fails. my guess is a change in vite causing start-server-and-test to fail.
Describe the bug
the generated project's e2e test when using cypress and start-server-and-test fails with Error: kill EPERM.
repo
run the test a few times as it can be a race-condition.
shell: windows 11, cmd or ps
node -v : 21.7.3 and 22.3.0
electron (cypress) 118
npm why start-server-and-test : [email protected]
npm why vite : [email protected]
npm why cypress: [email protected]
The text was updated successfully, but these errors were encountered: