Nechir-89 / quiz-app-MERN

Quiz application in MERN stack
https://nechir-89.github.io/quiz-app-MERN/
0 stars 0 forks source link

Error: require is not defined in ES module scope #6

Open Nechir-89 opened 1 year ago

Nechir-89 commented 1 year ago

I'm getting this error from requiring dotenv require('dotenv').config();

Configuration

Scripts start: "ts-node-esm app.ts"

in tsconfig.json "target": "ES6", / Set the JavaScript language version for emitted JavaScript and include compatible library declarations./

here's how I did it