mattvr / ShellGPT

Upgrade your terminal with GPT-4. Ask questions, automate commands, pipe I/O, etc. Made with Deno.
MIT License
232 stars 11 forks source link

Error when installing #12

Open kalilfagundes opened 1 year ago

kalilfagundes commented 1 year ago

$ 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/shellgpt@0.3.3/lib/update.ts:146:24) at https://deno.land/x/shellgpt@0.3.3/install.ts:61:22 at eventLoopTick (ext:core/01_core.js:183:11)

mattvr commented 1 year ago

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.

fakoua commented 8 months ago

Same error here (window)

mattvr commented 8 months ago

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