currents.config.js with ESM #143
-
Hello, I've set my
And it seem that all the parameter are not recognized, I must set them into the CLI to make it work.
For information, my project use typescript. Any idea on how to make it work properly ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You have "type: module" in your |
Beta Was this translation helpful? Give feedback.
-
As you can see on the issue you send, I show why not using « type: module »
is wrong for me.
Gave me error to use cucumber preprocessor.
Is there any way to make it works ? @agoldis
…On Tue, Jun 13, 2023 at 20:01 Andrew Goldis ***@***.***> wrote:
You have "type: module" in your package.json - that forces the require
statement to treat the module as ESM, but it's not an ESM.
#125 <#125>
—
Reply to this email directly, view it on GitHub
<#143 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFJFCGF6PZF7FSN5IFET6ULXLCTG7ANCNFSM6AAAAAAZE62NIE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
After I use the beta And as I say before, all the data set into The error I got :
I don't understand why it redirect me to https://app.currents.dev while I use sorry-cypress ? |
Beta Was this translation helpful? Give feedback.
You have "type: module" in your
package.json
- that forces therequire
statement to treat the module as ESM, but it's not an ESM.#125