Michael_at_work
CDCloudflare Developers
•Created by Michael_at_work on 1/25/2025 in #pages-help
NodeJS Epipe failure during cloudflare build
13:57:44.555 .svelte-kit/output/client/_app/immutable/nodes/0.D7r-Fi1J.js 131.28 kB │ gzip: 30.56 kB
13:57:44.555 ✓ built in 10.62s
13:57:45.72413:57:45.724 node:internal/event_target:1101
13:57:45.724 process.nextTick(() => { throw err; });
13:57:45.724 ^
13:57:45.728 Error: write EPIPE
13:57:45.728 at afterWriteDispatched (node:internal/stream_base_commons:159:15)
The build is successful but it looks like it fails when attempting to write something. Anyone else have this issue or already resolved it?
3 replies
CDCloudflare Developers
•Created by Michael_at_work on 1/25/2025 in #general-help
NodeJs epipe write failure
13:57:44.555 .svelte-kit/output/client/_app/immutable/nodes/0.D7r-Fi1J.js 131.28 kB │ gzip: 30.56 kB
13:57:44.555 ✓ built in 10.62s
13:57:45.72413:57:45.724 node:internal/event_target:1101
13:57:45.724 process.nextTick(() => { throw err; });
13:57:45.724 ^
13:57:45.728 Error: write EPIPE
13:57:45.728 at afterWriteDispatched (node:internal/stream_base_commons:159:15)
I have a few warnings in the project but that hasn't changed for this latest deployment from the last time I did a deployment a few months ago. The build is successful but it looks like it fails when attempting to write something. Disk space problem on the server side or permission issue? Anyone else have this issue or already resolved it?
1 replies