Storage warning despite total repo size of 188 Mb

Hey there,

I’ve been running into an issue with storage space on my project, code here, when installing my dependencies from package.json.

I think the entire project is roughly 188MB. Is that past the quota for what I can host for free?

Thanks in advance :slight_smile:

it takes some space to store the filesystem information other than the file contents. if Glitch only ‘warns’ you about the disk being near the limit, it should still let your project run.

but also dependencies get installed to a separate disk, which doesn’t count towards your project disk quota

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.