https://cypress.io logo
TypeError : minimatch is not a function
# i-need-help
b
Hello friends, I am a first time user of Cypress. i tried to run npx run cypress and i got this error. i dont know what to do? should i uninstall?

https://cdn.discordapp.com/attachments/1105803451855818772/1105803452057141268/cypress_error.png

m
Hi @brash-nest-96339
npx run cypress
is unlikely to get the results you want. Perhaps you intended to type
npx cypress run
?
b
i had to downgrade my node version and it broke my nuxtj 3 app
it made me install all kinds of plugins
mike - this was not a good onboarding experience
i uninstalled everything and reverted my repo. i cant afford to slow down my development process. will look at all testing options that are more current with dev envs
m
I'm sorry to hear that you had difficulties and decided to give up. Cypress does work with current versions of Node.js including
20
however there may be compatibility issues with Node.js versions depending on the versions of dev dependencies you are using. I would advise anybody starting with Cypress to invest time in going through training exercises to get the best out of the product. There are a lot of experienced users here in Discord if you change your mind and have specific questions again on Cypress.
a
@brash-nest-96339 Nuxt 3 is not yet supported, but I was able to find this open GH issue: https://github.com/cypress-io/cypress/issues/23619 I recommend adding your feedback there because that is how Cypress determines what to work on next. I will also share internally.
4 Views