cli
cli copied to clipboard
[Deno] running in dev mode: `error: unexpected argument '--enable-source-maps' found`
Currently when running deno task --unstable dev
on an already created project, I get the following error:
error: unexpected argument '--enable-source-maps' found
Deno's roadmap (https://github.com/denoland/deno/issues/20851) mentions running most popular npm modules, would be nice to have nuxt prepared to be run directly by Deno in development mode.
Manually patching async function _startSubprocess
execArgv: [
//"--enable-source-maps",
Gets this running but with an error:
[nitro 6:10:17 PM] ERROR RollupError: Entry module "node_modules/.deno/[email protected]/node_modules/nitropack/dist/runtime/entries/nitro-dev" cannot be external.
undefined