摘要: 1.linux服务器安装code-server curl -fsSL https://code-server.dev/install.sh | sh 2.配置启动端口和密码 vim ~/.config/code-server/config.yaml 内容如下: 端口默认为8080,可自己更改,aut 阅读全文
posted @ 2024-10-24 17:34 云岛夜川川 阅读(259) 评论(0) 推荐(0)
摘要: 1、ubuntu 安装npm sudo apt install nodejs npm 2、设置包下载源 npm config set registry https://registry.npmmirror.com/ 3.安装包及运行 npm install 安装成功后会生成一个node_moudel 阅读全文
posted @ 2024-10-24 16:19 云岛夜川川 阅读(58) 评论(0) 推荐(0)