ShellGPT icon indicating copy to clipboard operation
ShellGPT copied to clipboard

Error when installing

Open kalilfagundes opened this issue 2 years ago • 3 comments

$ 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)

kalilfagundes avatar Nov 04 '23 22:11 kalilfagundes

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.

mattvr avatar Nov 05 '23 02:11 mattvr

Same error here (window)

fakoua avatar Feb 22 '24 21:02 fakoua

Hey, I just pushed a potential fix in 0.3.6. If you have the time, let me know if it works. @fakoua @kalilfagundes

mattvr avatar Mar 08 '24 18:03 mattvr