Commit 00544e

2024-04-29 12:08:54 Qwas: 修改 VScode远程开发环境配置
VScode远程开发环境配置.md ..
@@ 9,7 9,7 @@
```sh
apt update
- apt install git unzip
+ apt install -y git unzip
```
## nodejs 安装
@@ 24,6 24,14 @@
export NVM_NODEJS_ORG_MIRROR=http://mirrors.cloud.aliyuncs.com/nodejs-release
```
+ ```sh
+ echo 'export NVM_NODEJS_ORG_MIRROR=http://mirrors.cloud.aliyuncs.com/nodejs-release' >> /root/.bashrc
+ ```
+
+ ```
+ nvm install 14.21.3
+ ```
+
### npm 代理
```sh
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9