[Feature Requests & Feedback] 升级一下源内nodejs和rust
Tofloor
poster avatar
吴罗平
deepin
9 hours ago
Author

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

Reply Favorite View the author
All Replies
TLT
deepin
9 hours ago
#1

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 View the author
吴罗平
deepin
9 hours ago
#2

我只用源内的

Reply View the author
吴罗平
deepin
9 hours ago
#3
TLT

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 View the author
lon
deepin
3 hours ago
#4
TLT

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 View the author