Qwas Notes
Attachments
History
Blame
View Source
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Changelog
Page Index
C语言
C语言malloc和free函数
C语言的转换说明
C语言编译环境检测
char类型
WSL
WSL使用
WSL导入导出(备份恢复)
c-algorithm
递归算法设计数值转换
c-problem
problem-05
cpp
c++入门
git
patch
worktree
linux
mount
查看端口占用情况
openwrt
openwrt 使用
openwrt 使用 nginx
proxy
Python
Ubuntu镜像配置
docker
nodejs
ssh
开发环境配置
Linux本地开发环境配置
Linux远程开发环境配置
高数
数学公式
AI
Awesome-command
Home
SQLite学习
SSH
Supabase
Ubuntu 系统升级
Windows11 Android
Windows11 安装使用
alias
anaconda 使用
archivebox 使用
aws测速
bookmarks
curl 的用法
flex布局超出显示省略号
frp
fusion
kms
kms2
ollama
public-key
traceroute 与 tracert 路由追踪
在线IDE协作平台
技术栈
电脑端阅读器对比
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
00544e
Commit
00544e
2024-04-29 12:08:54
Qwas
: 修改 VScode远程开发环境配置
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
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