Created a Vue project according to the official documentation, but it failed to run
win11 :
`❯ deno --version
deno 1.33.2 (release, x86_64-pc-windows-msvc)
v8 11.4.183.1
typescript 5.0.3`
Created a Vue project according to the official documentation, but it failed to run.
`deno run --allow-read --allow-write --allow-env npm:create-vite-extra@latest`
`❯ deno task dev
Task dev deno run -A --node-modules-dir npm:vite
error: Uncaught Error: EINVAL: invalid argument, stat
at __node_internal_captureLargerStackTrace (ext:deno_node/internal/errors.ts:89:11)
at __node_internal_uvException (ext:deno_node/internal/errors.ts:182:12)
at denoErrorToNodeError (ext:deno_node/internal/errors.ts:1826:16)
at ext:deno_node/_fs/_fs_stat.ts:83:97
at eventLoopTick (ext:core/01_core.js:181:11)`
关闭于 2023-10-10 0 条评论