Fix cypress installation requiring to run npm install --legacy-peer-deps
#18
Labels
End-to-end/Cypress tests
good first issue
Good for newcomers
help wanted
Extra attention is needed
low complexity
Testing
When installing cypress by running
npm install
there are some dependency errors shown:In order to being able to currently install cypress is necessary to run
npm install --legacy-peer-deps
. Fix this so it's enough with runningnpm install
for installing cypress.The text was updated successfully, but these errors were encountered: