I was leaving the project as it is for months and now I get an error saying that my project exceeded the disk limit for node_modules. I didn’t do anything so I’m now contacting you guys. Also, my bot went unexpectedly down without me knowing and causing unknown errors that’s not reporting to the console.
Hey @Fallenthetaco!
You can add the node_modules
folder in the .gitignore
file to ignore it from being evaluated.
- Create a
.gitignore
file. - Write
node_modules
in the file. - Refresh the editor.
Happy Glitching!
Hi @Fallenthetaco, we’ve unsuspended your project so you can work on it again. It looks like it’s throwing a code error over and over so your bot is probably still not running.