add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,25 @@
# 安装-节点版本
> 为 `ps-nvm` 安装 Node.js 运行时版本。
> 此命令是 `ps-nvm` 的一部分,仅能在 PowerShell 下运行。
> 更多信息:<https://github.com/aaronpowell/ps-nvm>。
- 安装特定的 Node.js 版本:
`Install-NodeVersion {{node_version}}`
- 安装多个 Node.js 版本:
`Install-NodeVersion {{node_version1 , node_version2 , ...}}`
- 安装最新可用的 Node.js 20 版本:
`Install-NodeVersion ^20`
- 安装 x86x86 32 位)/ x64x86 64 位)/ arm64ARM 64 位)版本的 Node.js
`Install-NodeVersion {{node_version}} -Architecture {{x86|x64|arm64}}`
- 使用 HTTP 代理下载 Node.js
`Install-NodeVersion {{node-version}} -Proxy {{http://example.com}}`