Closed achille-bosc closed 1 year ago
Describe the bug When i fetch a message with the "messageCreated" event in TypeScript, I have the following error:
(Use `node --trace-warnings ...` to show where the warning was created)
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. No Error
Screenshots If applicable, add screenshots to help explain your problem.
Please complete the following information
node -v
npm -v
npm ls guilded.js
Additional context Add any other context about the problem here. /////
That's odd, you shouldn't be getting that error on node 18. Can you confirm the version you're using by doing console.log(process.version)?
console.log(process.version)
Yes, i confirm
I've downloaded the v20.3.1 to overcome this problem
Describe the bug When i fetch a message with the "messageCreated" event in TypeScript, I have the following error:
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. No Error
Screenshots If applicable, add screenshots to help explain your problem.
Please complete the following information
node -v
) => v18.12.1npm -v
) => 8.19.2npm ls guilded.js
) => guilded.js@0.23.2Additional context Add any other context about the problem here. /////