Join Discord
Powered by
hey I just tried adding Cypress 10 to my project, ...
# cy10-feedback
c
chilly-wire-18703
06/02/2022, 12:31 PM
hey I just tried adding Cypress 10 to my project, went through the setup and it's saying my config (
cypress.config.ts
) is invalid because
ERR_REQUIRE_ESM
. My
package.json
has
{ type: "module" }
. Is there something I need to do to tell Cypress I'm using ESM?
Previous
Next