摘要: yarn相关命令 添加代理 修改配置 yarn config set httpProxy=http://ip:port yarn config set httpsProxy=http://ip:port 一次性 yarn --https_proxy=http://ip:port add typesc 阅读全文
posted @ 2021-12-23 05:16 benny1 阅读(31) 评论(0) 推荐(0) 编辑
摘要: nvm命令 安装nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash source ~/.bashrc 列出所有nvm管理的node版本 nvm ls 下载指定版本node nvm in 阅读全文
posted @ 2021-12-23 04:56 benny1 阅读(42) 评论(0) 推荐(0) 编辑
摘要: nodejs版本管理器 → nvm nvm相关 解决使用yarn安装package.json卡在某个包 我通过将package.json上传到国外服务器, 远程安装完, 然后将安装结果打包, 下载本地解压. 上传package.json 文件到远端服务器 执行命令 version=12.13.1 p 阅读全文
posted @ 2021-12-23 03:56 benny1 阅读(43) 评论(0) 推荐(0) 编辑
摘要: npm 淘宝registry --registry=https://registry.npm.taobao.org 阅读全文
posted @ 2021-12-23 03:55 benny1 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://visualstudio.microsoft.com/zh-hans/vs/older-downloads/ 把所有的Visual Studio xxx Redistributable全部下载安装即可 阅读全文
posted @ 2021-12-23 03:05 benny1 阅读(86) 评论(0) 推荐(0) 编辑