TLT
deepin
9 hours ago Rust
# https://rust-lang.net.cn/learn/get-started
rustup update
nodeJS
# https://nodejs.org/zh-cn/download
# 下载并安装 nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
# 代替重启 shell
\. "$HOME/.nvm/nvm.sh"
# 下载并安装 Node.js:
nvm install 24
# 验证 Node.js 版本:
node -v # Should print "v24.14.0".
# 验证 npm 版本:
npm -v # Should print "11.9.0".
Reply Like 0 View the author


中文 
升级一下源内nodejs和rust,AI CLI工具都是要求22以上