gustwind icon indicating copy to clipboard operation
gustwind copied to clipboard

installation failed

Open briteming opened this issue 10 months ago • 1 comments

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.

briteming avatar Jan 19 '25 18:01 briteming

That's fairly old version.

Can you try running the template as that's quite well up to date?

bebraw avatar Jan 19 '25 19:01 bebraw