ShellGPT
ShellGPT copied to clipboard
Error when installing
$ deno install -frA -n gpt https://deno.land/x/shellgpt/mod.ts Would you like to run the above command to complete ShellGPT installation? (y)es [default] (n)o leave blank to use default
y
error: Uncaught (in promise) NotFound: program not found const command = Deno.run({ ^ at opRun (ext:runtime/40_process.js:50:14) at Object.run (ext:runtime/40_process.js:136:15) at install (https://deno.land/x/[email protected]/lib/update.ts:146:24) at https://deno.land/x/[email protected]/install.ts:61:22 at eventLoopTick (ext:core/01_core.js:183:11)
Are you on Windows? You could manually run the command there deno install -frA -n gpt https://deno.land/x/shellgpt/mod.ts to see if that works as a workaround.
Same error here (window)
Hey, I just pushed a potential fix in 0.3.6. If you have the time, let me know if it works. @fakoua @kalilfagundes