denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
97.94k stars 5.39k forks source link

Unexpected error: tempFd.createWriteStream is not a function #25647

Open littledivy opened 2 months ago

littledivy commented 2 months ago

When running observable build

https://compat.deno.dev/#@observablehq/framework-1.11.0

nathanwhit commented 2 months ago

This is due to us missing FileHandle.createWriteStream in node:fs

littledivy commented 2 months ago

Tracking issue for FileHandle methods: https://github.com/denoland/deno/issues/25554

felippecaso commented 4 days ago

Mentioning https://github.com/observablehq/framework/issues/1795#issuecomment-2468443618 to provide additional context/example in case it helps!