estou com esse erro no meu código se puder me ajudar, eu fui iniciar com node index.js e deu esse erro
Error [ERR_REQUIRE_ESM]: require() of ES Module C:\Users\Myssingh\Documents\zap-gpt\node_modules\latest-version\index.js from C:\Users\Myssingh\Documents\zap-gpt\node_modules\venom-bot\dist\controllers\welcome.js not supported.
Instead change the require of index.js in C:\Users\Myssingh\Documents\zap-gpt\node_modules\venom-bot\dist\controllers\welcome.js to a dynamic import() which is available in all CommonJS modules.
at Object. (C:\Users\Myssingh\Documents\zap-gpt\node_modules\venom-bot\dist\controllers\welcome.js:9:26)
at Object. (C:\Users\Myssingh\Documents\zap-gpt\node_modules\venom-bot\dist\controllers\initializer.js:67:19)
at Object. (C:\Users\Myssingh\Documents\zap-gpt\node_modules\venom-bot\dist\index.js:85:21) {
code: 'ERR_REQUIRE_ESM'
}