Error while preparing the project

Please help me restore. Thx.
“project 5c76b782-9c2e-4746-970a-eeafa730ed54 suspended: Error while preparing the project. Please contact Glitch Support.”

Hello @alsmirnov400, welcome to Glitch!

It looks like your project was running out of disk space, most likely because your node_modules directory was quite large. I’ve temporarily removed the disk space limitation so you can resolve the excess space issues; please do so in the next 24 hours.

A good first step in your case would be to run enable-pnpm in your project’s console (which you can view in the Status pane that opens when you click on the Status button under your project’s name in the left-hand pane. Once that’s open, click on the “Console” button and use the command I mentioned and that will clear up a lot of the space your project’s using (it changes you project to use pnpm instead of npm which allows all your project’s node modules to be stored in shared space and not take up disk space in your project.

Let me know if you need additional assistance, and happy Glitching!