kobeeeef
kobeeeef
DIAdiscord.js - Imagine an app
Created by kobeeeef on 9/6/2023 in #djs-questions
Module not found: Can't resolve 'worker_threads'
./node_modules/@discordjs/ws/dist/index.js:113:0
Module not found: Can't resolve 'worker_threads'

https://nextjs.org/docs/messages/module-not-found

Import trace for requested module:
./node_modules/discord.js/src/index.js
./src/Bot/BotWorker.mjs
./src/utils/check.js
./src/pages/dashboard/[id]/leveling.tsx
./node_modules/@discordjs/ws/dist/index.js:113:0
Module not found: Can't resolve 'worker_threads'

https://nextjs.org/docs/messages/module-not-found

Import trace for requested module:
./node_modules/discord.js/src/index.js
./src/Bot/BotWorker.mjs
./src/utils/check.js
./src/pages/dashboard/[id]/leveling.tsx
currently developing a dashboard using nextjs but it seems to not start because discord.js requires some module that i cant find
11 replies