Error
root@VPS-10384:~/7bLogsBot# node index
node:internal/modules/cjs/loader:1137
throw err;
^
Error: Cannot find module '/root/7bLogsBot/node_modules/@discordjs/opus/prebuild/node-v108-napi-v3-linux-x64-glibc-2.35/opus.node'
Require stack:
- /root/7bLogsBot/node_modules/@discordjs/opus/lib/index.js
- /root/7bLogsBot/index.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
at Module._load (node:internal/modules/cjs/loader:975:27)
at Module.require (node:internal/modules/cjs/loader:1225:19)
at require (node:internal/modules/helpers:177:18)
at Object.<anonymous> (/root/7bLogsBot/node_modules/@discordjs/opus/lib/index.js:5:18)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at Module.require (node:internal/modules/cjs/loader:1225:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/root/7bLogsBot/node_modules/@discordjs/opus/lib/index.js',
'/root/7bLogsBot/index.js'
]
}
Node.js v18.19.1
19 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Usually this happens when the Node.js version is updated without re-building
I did the command
npm i
also note my system is ubuntu 20.4npm rebuild
I did an npm rebuild and the node_modules file was not uploaded! I did npm i @ThePedroo
npm rebuild is used if node_modules exist
I'm still facing the error
npm rm @discord/opus && npm i opusscript
This should work as a workaround
Did not work
@ThePedroo
rm package-lock.json and execute it again
I did it and it didn't work
Then you must be in the wrong directory
If it`s not on package.json, and it tries to install djs/opus, something is wrong
This error I have encountered on more than one server
Could the problem be from the server?
No, mostly how you`re installing the packages
And how to solve it
^
yes
This is how it's fixed