You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm unable to start a nuxt 3 application using deno 2 : deno run dev
ERROR Cannot start nuxt: EINVAL: invalid argument, stat 13:13:32
at __node_internal_captureLargerStackTrace (ext:deno_node/internal/errors.ts:93:9)
at __node_internal_uvException (ext:deno_node/internal/errors.ts:186:10)
at denoErrorToNodeError (ext:deno_node/internal/errors.ts:1895:14)
at ext:deno_node/_fs/_fs_stat.ts:149:95
at eventLoopTick (ext:core/01_core.js:175:7)
This problem has already been fixed in #26475 and will be released in Deno 2.0.3 tonight. You can try it already by upgrading to canary release with deno upgrade canary.
General Error
Hi, i'm unable to start a nuxt 3 application using deno 2 :
deno run dev
Local Environment
> deno --version deno 2.0.2 (stable, release, x86_64-pc-windows-msvc) v8 12.9.202.13-rusty typescript 5.6.2
How i created nuxt 3 app:
The text was updated successfully, but these errors were encountered: