Vlady
Vlady
CDCloudflare Developers
Created by itsminh99 on 3/19/2025 in #workers-help
ENOSPC: no space left on device when build
Getting the same error in my build
20:59:52.210 ➤ YN0001: │ Error: While cloning /opt/buildhome/repo/node_modules/hosted-git-info/node_modules/lru-cache -> /opt/buildhome/repo/node_modules/@npmcli/git/node_modules/lru-cache ENOSPC: no space left on device, copyfile '/opt/buildhome/repo/node_modules/hosted-git-info/node_modules/lru-cache/LICENSE' -> '/opt/buildhome/repo/node_modules/@npmcli/git/node_modules/lru-cache/LICENSE'
20:59:52.212 ➤ YN0000: └ Completed in 24s 388ms
20:59:52.212 ➤ YN0000: · Failed with errors in 54s 341ms
20:59:52.804 Failed: error occurred while installing tools or dependencies
20:59:52.210 ➤ YN0001: │ Error: While cloning /opt/buildhome/repo/node_modules/hosted-git-info/node_modules/lru-cache -> /opt/buildhome/repo/node_modules/@npmcli/git/node_modules/lru-cache ENOSPC: no space left on device, copyfile '/opt/buildhome/repo/node_modules/hosted-git-info/node_modules/lru-cache/LICENSE' -> '/opt/buildhome/repo/node_modules/@npmcli/git/node_modules/lru-cache/LICENSE'
20:59:52.212 ➤ YN0000: └ Completed in 24s 388ms
20:59:52.212 ➤ YN0000: · Failed with errors in 54s 341ms
20:59:52.804 Failed: error occurred while installing tools or dependencies
Makes me want to make a black hole joke here, but why is the limit on the paid plan only 8GB?
3 replies
CDCloudflare Developers
Created by Vlady on 11/17/2024 in #workers-help
How would you force a worker custom domain to open in https?
Found it ✅
3 replies
CDCloudflare Developers
Created by Vlady on 7/17/2024 in #pages-help
My app is 10 times slower in production
The only thing that could raise concerns is not loading the modules fast enough because I do a bunch of dynamic importing in getLoadContext because the worker times out if I import synchronously :/
3 replies