ray
DTDrizzle Team
•Created by ray on 6/15/2023 in #help
require() of ES Module not supported
not that i remember
27 replies
DTDrizzle Team
•Created by ray on 6/15/2023 in #help
require() of ES Module not supported
i believe for my project it was necessary, but you have to change a couple of your configs
27 replies
DTDrizzle Team
•Created by ray on 6/15/2023 in #help
require() of ES Module not supported
yup
27 replies
DTDrizzle Team
•Created by ray on 6/15/2023 in #help
require() of ES Module not supported
i got it to work by copying someone from the internet's tsconfig file:
i also added
"type": "module"
to my package.json
file. i'm honestly not too sure what in the file did the trick, but i was so fed up with that bug that i just moved on 😂27 replies
DTDrizzle Team
•Created by ray on 6/15/2023 in #help
require() of ES Module not supported
Here's my
package.json
file:
27 replies