如果我使用 全局安装一个节点包npm i -g aoeu,我可以通过运行来更新这个包npm update -g aoeu,并且我可以通过运行来更新我所有全局安装的包npm update -g。
npm i -g aoeu
npm update -g aoeu
npm update -g
现在,如果我将 Go 包安装到我的$GOPATH/binwith go install GitHub.com/aoeu@latest,我该如何更新所有这些全局安装的包?
$GOPATH/bin
go install GitHub.com/aoeu@latest
冉冉说
相关分类