-
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
Unable to install cypress - error ENOENT during postinstall #6807
Comments
This is the same error when installing Cypress 3.8.3? We have had an install issue in 4.2.0 here: #6752 |
Thanks for looking into this issue. For version 3.8.3 the log is the same. Under WSL-Ubuntu the installation is OK, however the test execution is not - due to #5918 the known GPU problem ( "The display compositor is frequently crashing.") With Ubuntu (running as a guest on Hyper-V) both the installation and test execution is OK. |
Can you update to the current version of Cypress and let us know if this is still happening for you? |
Thanks for getting back to this issue. Unfortunately install still fails with cypress 4.4.1.
|
Hi, I have the same problem in Ubuntu 18.04 and the same cypress version. |
hi, I have the same problem in windows 10 and cypress 4.8 |
Is there any resolution to this ? I'm facing the same thing on Ubuntu 20.04, cypress 4.8 |
Hi, I have the same problem in Ubuntu 20.04 and the same cypress 4.8. |
Hi there, is there any resolution on this?
npm WARN [email protected] No repository field. npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
Got the same problem on:
|
Fixed it by updating node to newer version. |
Ok, closing as this seems to be for old versions of Cypress and old versions of Node that are no longer supported. |
Same error. Cypress 5.5.0, Windows 10, Node 12.19.0 |
In my case helped this solution: |
Seems like it should throw a useful error if the version of node is too old. The current behavior leaves the user with no clue as to the underlying problem. |
I'm getting this all the time, and get rid of it, even with no cypress deps:
|
solved, re install pnpm |
Hi Team Node v16.20.1 We are migrating our Angular JS project to Angular . Now we are in Angular 11.
So, we decided to upgrade the cypress according to node version
Any solution please?, blocked for more than a week |
Cypress 3.8.3, 4.2.0 can not be installed on Windows 10.
Current behavior:
Logs:
Desired behavior:
Cypress gets installed without error.
Test code to reproduce
npm init
npm install cypress --save-dev
Versions
npm-version: 6.14.3
node-version: v12.16.1
OS: Windows 10 (Windows_NT 10.0.18362)
The text was updated successfully, but these errors were encountered: