gustwind
gustwind copied to clipboard
installation failed
hi。
12799@DESKTOP-B6LK9IO MINGW64 ~ (main)
$ ~/.deno/bin/deno run -A --unstable --no-check https://deno.land/x/[email protected]/gustwind-cli/mod.ts -b -t cpuMax -o ./build
⚠️ The --unstable flag has been removed in Deno 2.0. Use granular --unstable-* flags instead.
Learn more at: https://docs.deno.com/runtime/manual/tools/unstable_flags
error: Uncaught (in promise) NotFound: 系统找不到指定的文件。 (os error 2): readfile 'C:\Users\12799\plugins.json'
const definition = await Deno.readTextFile(pluginsPath).then((d) =>
^
at Object.readTextFile (ext:deno_fs/30_fs.js:784:24)
at evaluatePluginsDefinition (https://deno.land/x/[email protected]/gustwind-cli/evaluatePluginsDefinition.ts:6:33)
at main (https://deno.land/x/[email protected]/gustwind-cli/mod.ts:190:37)
at https://deno.land/x/[email protected]/gustwind-cli/mod.ts:210:21
12799@DESKTOP-B6LK9IO MINGW64 ~ (main) $
it's on windows. installation failed. how to fix it? tks a lot.