bahmutov / local-cypress

Use Cypress without global objects
https://glebbahmutov.com/blog/local-cypress/
33 stars 3 forks source link

updating cypress seems to break local-cypress until you reinstall #71

Open glend1 opened 2 years ago

glend1 commented 2 years ago

i updated to the last version of cypress today and then i got lots of errors in VS code for my jest tests, because VS code thought I was using cypress.

So I uninstalled local-cypress and reinstalled it, then restarted VS code and all the errors went away. Is this a known issue?

piotrpalek commented 1 year ago

I've got the same thing, but doing rm -rf node_modules && yarn fixed the issue for me