Discord.js Update issue

Good Evening,
As you can see below the project called (Tomiayuda) is running into a small issue that stops it from booting up. I am not sure what is going on but it seems like a backend problem since I just clicked on the update. In any case, thank you for reading

Sincerely,
Tomigames123

/rbd/pnpm-volume/eb6f37cd-b475-42a8-b6f2-009ca8b9ac7c/node_modules/.registry.npmjs.org/discord.js/12.0.2/node_modules/discord.js/src/client/Client.js:40

2:16 PM

} catch {

Yep, there has been a problem all over glitch about it

Hi @Tomigames,

I think your best bet would be to post in the Discord section of our forum. There, you will find many friendly community members who have experience building Discord bots, and solving bugs!

Hey 17lwinn,
Do you know of a fix?

unfortuantly I can only help with NPM errors, i reccomend talking to a discord bot kind of person

Hi Tomigames,

Discord.js v12 requires node v12. In order to have that, you have to have this in your package.json file:

"engines": {
    "node": "12.x"
  }

Hope this helped.

Correct. (Small clarification, only discord.js v12 and up need Node.js v12)

You don’t have to reply with ‘Correct’, if what I mentioned is right.

:confused: I was clarifying

Okay. Thank you for that then :smiley: