I'm trying to run Angular ssr with Deno, but I get the following error.
deno run -A dist/deno-angular/server/server.mjs error: Relative import path "fs/promises" not prefixed with / or ./ or ../ If you want to use a built-in Node module, add a "node:" prefix (ex. "node:fs/promises"). at file:///home/sheik/Documents/deno-angular/dist/deno-angular/server/server.mjs:105:1275
Do you know if there is a way to fix this?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.