CarmineZ
CarmineZ2mo ago

(if possible) how propely install gemini cli without node?

I tried but it´s half broken !
No description
5 Replies
fry69
fry692mo ago
Last I checked this worked a bit:
deno run -Ar npm:@google/gemini-cli
deno run -Ar npm:@google/gemini-cli
But I guess the safe bet is to use Node.js
CarmineZ
CarmineZOP2mo ago
doesn't work for me
fry69
fry692mo ago
The CLI started for me, I could type something in, but I did not tested it further.
Mrcool 🇵🇸
Mrcool 🇵🇸2mo ago
The error seems like you dont have git installed ?
Mrcool 🇵🇸
Mrcool 🇵🇸2mo ago
Also to run gemini cli with deno you currently need this workaround https://github.com/denoland/deno/issues/30145#issuecomment-3149755732
GitHub
regression gemini-cli stuck when waiting for input · Issue #30145 ...
works in 2.3.0 freezes in 2.4.0 to reproduce deno -A npm:@google/gemini-cli@0.1.12 sign in and then input run ls command to trigger gemini to spawn ls command expected: works actual: freezes demo w...

Did you find this page helpful?