Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Cypress 7 #33

Closed
skydever opened this issue Jul 1, 2021 · 2 comments
Closed

Support Cypress 7 #33

skydever opened this issue Jul 1, 2021 · 2 comments

Comments

@skydever
Copy link

skydever commented Jul 1, 2021

Hi!

First of all, thx for this project! 馃憤

I am using Cypress version 7 (7.6.0) and everytime I run npm install two versions of cypress will be installed - 7.6.0 and 6.9.1. I think that this line is the issue - you are referencing "cypress": "^6.1.0" at package.json.

Do you plan on updating this to "cypress": "^7.0.0" (or remove the hard dep. at all)?
It seems that the project is working correctly with version 7 (I run cypress cache prune after npm install to only have version 7.6.0 installed).

Another thing - I am using 1.10.3 of this library, because the latest release including npm-force-resolutions broke my project (fresh npm ci brings an error package-lock.json not found) - and I would be happy if you would not use that at all. Can you remove it - or why is it required?

Thank you in advance!

@PippoRaimondi
Copy link
Collaborator

@skydever 1.11.1 now supports cypress 7.6.0 and npm resolution should no longer be a problem. Closing this issue.

@skydever
Copy link
Author

skydever commented Jul 6, 2021

@PippoRaimondi thx a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants