deno run -A npm:giget@latest nitro nitro-app --install
deno run -A npm:giget@latest nitro nitro-app --install
. It was successfull but after trying
deno run dev
deno run dev
I get an error saying:
error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'pathname') at getPathname (ext:deno_node/_fs/_fs_stat.ts:177:49) at ext:deno_node/_fs/_fs_stat.ts:151:13 at eventLoopTick (ext:core/01_core.js:175:7)
error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'pathname') at getPathname (ext:deno_node/_fs/_fs_stat.ts:177:49) at ext:deno_node/_fs/_fs_stat.ts:151:13 at eventLoopTick (ext:core/01_core.js:175:7)
Is there any fix for that or is it a bug in Deno itself?