Discord BOT Start Error

module.js:550
throw err;
^
Error: Cannot find module '/rbd/pnpm-volume/482ae86a-775b-4b95-90ec-deaea67c8cc5/node_modules/.registry.npmjs.org/sqlite3/4.0.4/node_modules/sqlite3/lib/binding/node-v57-linux-x64/node_sqlite3.node'
at Function.Module._resolveFilename (module.js:548:15)
at Function.Module._load (module.js:475:25)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/rbd/pnpm-volume/482ae86a-775b-4b95-90ec-deaea67c8cc5/node_modules/.registry.npmjs.org/sqlite3/4.0.4/node_modules/sqlite3/lib/sqlite3.js:4:15)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)

I got this error. What can i do?


MOD EDIT: formatting

When i’m trying to install some modules i get this error: ERROR ENOENT: no such file or directory, lstat ‘/rbd/pnpm-volume/482ae86a-775b-4b95-90ec-deaea67c8cc5/node_modules/.registry.npmjs.org/node/11.6.0/node_modules
/node/bin’

hey @X4TH3N4, welcome to the Glitch Forums!

It looks to me like you’re requesting a node version that Glitch doesn’t currently support. You can see the available versions using https://nodeversions.glitch.me/

If you want to provide your project name or the contents of your package.json we can verify that that’s actually the problem.


https://hasteb.in/uxalolox.json

how can i find and install all the modules?

and how can i install the right node version?

Hey @X4TH3N4 it looks like you’ve resolved this issue. Are you still having any difficulties?