Error code:
https://pastebin.com/69ZYjAPr
Package.json:
https://pastebin.com/cCZVMkfb
Project name:
weibot-bot
weibot-bot.glitch.me
(Project is private)
Error code:
https://pastebin.com/69ZYjAPr
Package.json:
https://pastebin.com/cCZVMkfb
Project name:
weibot-bot
weibot-bot.glitch.me
(Project is private)
Hi @WhyD, welcome to the Glitch Forums!
Thanks for all the information; it really helps us help you to get the appropriate info up front.
In this case the error you’re seeing means that the package in question isn’t installed, but when it comes to ( p )npm installation problems, the reported error from the code doesn’t mean that that’s the package that’s actually having the installation problem - it’s just the first one that your code can’t find.
You can get some more information about what’s going wrong by opening your project’s console (https://support-assets.glitch.me/logs-pane-console shows you how) and running pnpm install
manually until you’ve resolved whatever errors are showing up. In your specific case it looks like you’re expecting non-existent versions of the sqlite3 and ytdl-core packages.
Hope this helps. Happy Glitching!
Hi,
I’m having similiar problem and I think that I did everything right.
Here is my config.json file: https://github.com/guliii41/discordbot/blob/master/config.json
and here’s what I get when I try to run my index.js file: https://github.com/guliii41/discordbot/blob/master/issue%20file
Hope someone will help me since I’m new to JS.
Thanks.
Can you please show me your bot file?(/bot/index.js)
I can help if u hmu on discord. @ ClearlyElevated#0001
Also no. Almost correct. But you need a start script