My project name is “eri-chan”. It’s a Discord bot used for my server. The problem started when my bot didn’t recognise any packages anymore and I installed them again. After installing one of the modules, my project got suspended for exceeding the disk space limit on node_modules.
Hey @Kadeko-dev you have to wait for a Glitch staff member to give you extra space and review your project
I’ll ping @support_staff.
Thank you for doing that @chessebuilderman ! It’s my first time posting something here so I didn’t know you can do that!
I saw that. Your welcome.
Hi @Kadeko-dev,
I’ve unsuspended your project and given it additional disk space for 24 hours. Before installing additional modules be sure to add files that are taking up too much space to .gitignore
.
Once you have added larger files to .gitignore
run the following commands in the project console:
git prune
and hit enter
git gc
and hit enter.
refresh
and hit enter
This should free up the space you need.
If you have any questions, let us know!
Hi @tasha
I followed your step and everything seems to be working now! Thank you for support!