-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Error: Cannot find module 'har-validator' #7880
Comments
Same here all new projects with latest version are broken, looks like the problem is not from the repo tho, but coming from cypress. So probably need to change Cypress version once they patch it. |
cypress-io/cypress#19097 as a temporary workaround if you need cypress.
|
Ok time to kick cypress out of my projects :D |
Same problem with the latest version! |
was getting the same issue |
I was also getting the same error that runs the tests on GitHub actions. internal/modules/cjs/loader.js:905 Error: Cannot find module 'har-validator' ] npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
This is worked for me.. Thanks.. my "yml" file image: cypress/base:12.1.0 stages:
test: |
This works! Thanks |
Guys.. please dont do this... Downgrade Cypress or wait for a fix... |
yes downgrade or install npm install requests it will add nothing to your project but things will work without issue. |
A rollback fix has just been rolled out in version 2.88.9 an hour ago. Just run:
And you should be fine. No need for any fixes on your side. My temporary fix from today will be removed tomorrow morning. We only added it as this dependency was blocking the other PRs. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
i migrated a project to angular 13 which was created before some weeks from scretch new with
npx create-nx-workspace --preset=angular
after this i was not able tonpm i
i also cant create anymore a new NX workspace
it seems that this project comes from cypress... so cypress is depricated?
The text was updated successfully, but these errors were encountered: