Commit 00544e
2024-04-29 12:08:54 Qwas: 修改 VScode远程开发环境配置"a/VScode\350\277\234\347\250\213\345\274\200\345\217\221\347\216\257\345\242\203\351\205\215\347\275\256.md" .. "b/VScode\350\277\234\347\250\213\345\274\200\345\217\221\347\216\257\345\242\203\351\205\215\347\275\256.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 |