Replies: 2 comments
-
Which version is it not working on? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You have two solutions there. Downgrade |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting
[ERR_REQUIRE_ESM]: Must use import to load ES Module:
while installing ava. I haveindex.js
andtest.js
file and it gives this issue. I am trying to userequire
instead ofimport
I am not much experienced. I am doing something wrong but can't figure out. Here are my test code picked from documentation and change
import
torequire
package.json
btw this works on
node 14
andnode 16
Beta Was this translation helpful? Give feedback.
All reactions