LS

Results 5 comments of LS

很好的项目。没有vscode都不想写知乎了。手动艾特知乎官方,大家一起来

I initially install the cli by: rm -rf /home/ls2410/.npm-global/lib/node_modules/@google/gemini-cli npm install -g @google/gemini-cli@latest every time "Automatic update failed. Please try updating manually", I run: ``` rm -rf /home/ls2410/.npm-global/lib/node_modules/@google/gemini-cli npm install...

> Hi [@liusheng2020](https://github.com/liusheng2020) , thanks for filling this issue, to get a better understanding of what's going on here, how did you initially install the cli ?嗨,感谢您填写这个问题,为了更好地理解这里发生的事情,您最初是如何安装cli的? I forget how...

> 1. **Create a directory for global packages in your home folder:** > mkdir ~/.npm-global > 2. **Configure npm to use this new directory:** > npm config set prefix '~/.npm-global'...