随笔分类 -  vue

摘要:方式一 cmd命令中设置 set http_proxy=http://IP:PORTset https_proxy=http://IP:PORTset http_proxy_user=XXXXset http_proxy_pass=123454321 方式二 配置代理 npm config set 阅读全文
posted @ 2020-09-07 17:09 闻见知行 阅读(661) 评论(0) 推荐(0)
摘要:官网:https://nodejs.org/zh-cn/ 安装完可检查在windows任务命令行里输入node -v npm config set strict-ssl false 使用淘宝NPM镜像源下载比较快 命令:npm install -g cnpm --registry=https://r 阅读全文
posted @ 2020-06-19 11:31 闻见知行 阅读(150) 评论(0) 推荐(0)