mysql node module give me an error "require is not defined"
I'm trying to use mysql module in a node js project (node 18.12, mysql 2.18.1) in my project I must use "type": "module" in my package.json because the app is constructed with modules. for example i use this imports in…