How to fix this?

Question:
How to fix this??
Repl link:
https://replit.com/@finnishdev/all-in-one-discord-bot

Error: Cannot find module 'discord.js'
Require stack:
- /home/runner/all-in-one-discord-bot/index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
    at Module._load (node:internal/modules/cjs/loader:841:27)
    at Module.require (node:internal/modules/cjs/loader:1061:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/home/runner/all-in-one-discord-bot/index.js:1:17)
    at Module._compile (node:internal/modules/cjs/loader:1159:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
    at Module.load (node:internal/modules/cjs/loader:1037:32)
    at Module._load (node:internal/modules/cjs/loader:878:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/home/runner/all-in-one-discord-bot/index.js' ]
}

Hi @finnishdev !
Can you try entering npm install discord.js?
Or, do you have a discord.js file already?

Its already in packages. I tried to reinstall it but still same problem. I tested another discord.js repl too and there was same problem. I tried npm cmd too.

Every repl where is
const Discord = require("discord.js")
Are not working.