{"id":73,"date":"2024-01-15T03:25:56","date_gmt":"2024-01-15T03:25:56","guid":{"rendered":"https:\/\/webaffair.net\/blog\/?p=73"},"modified":"2025-08-27T02:21:01","modified_gmt":"2025-08-27T02:21:01","slug":"glitch-disk-full-fixes","status":"publish","type":"post","link":"https:\/\/webaffair.net\/blog\/code\/snippets\/glitch-disk-full-fixes\/","title":{"rendered":"Glitch Hosting &#8220;Disk Full&#8221; Fixes"},"content":{"rendered":"\n<p>Add to .gitignore:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.cache\n.npm\nnode_modules<\/code><\/pre>\n\n\n\n<p>In the Terminal:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>rm -rf .npm\nrm -rf .cache\nrm -rf node_modules\ngit prune\ngit gc\nrefresh<\/code><\/pre>\n\n\n\n<p>Note!! pnpm will not understand <strong>ci<\/strong> and will pass it to npm directly, and you will end up with locally-installed npm modules that contribute to your quota. <strong>refresh<\/strong> will trigger the editor refresh, pnpm to prune &amp; install, and the app to restart.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Add to .gitignore: In the Terminal: Note!! pnpm will not understand ci and will pass it to npm directly, and you will end up with locally-installed npm modules that contribute to your quota. refresh will trigger the editor refresh, pnpm to prune &amp; install, and the app to restart.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[27],"tags":[],"class_list":["post-73","post","type-post","status-publish","format-standard","hentry","category-snippets"],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/webaffair.net\/blog\/wp-json\/wp\/v2\/posts\/73","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webaffair.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webaffair.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webaffair.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webaffair.net\/blog\/wp-json\/wp\/v2\/comments?post=73"}],"version-history":[{"count":3,"href":"https:\/\/webaffair.net\/blog\/wp-json\/wp\/v2\/posts\/73\/revisions"}],"predecessor-version":[{"id":222,"href":"https:\/\/webaffair.net\/blog\/wp-json\/wp\/v2\/posts\/73\/revisions\/222"}],"wp:attachment":[{"href":"https:\/\/webaffair.net\/blog\/wp-json\/wp\/v2\/media?parent=73"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webaffair.net\/blog\/wp-json\/wp\/v2\/categories?post=73"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webaffair.net\/blog\/wp-json\/wp\/v2\/tags?post=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}