You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a dependency conflict while attempting to install Cypress dependencies using npm install. The issue appears to be related to conflicting versions of semantic-release and chai.
Desired behavior
Dependencies should be installed without encountering dependency conflicts.
You should therefore not be using npm to build Cypress from source. Also, according to the Requirements document you should be using the version of Node.js specified in the file .node-version which is currently set to
Current behavior
I am encountering a dependency conflict while attempting to install Cypress dependencies using
npm install
. The issue appears to be related to conflicting versions of semantic-release and chai.Desired behavior
Dependencies should be installed without encountering dependency conflicts.
Test code to reproduce
[email protected]:cypress-io/cypress.git
npm i
Cypress Version
13.6.2
Node version
18.17.1
Operating System
macOS (Ventura - 13.5.1)
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: