文章分类 -  前端 / nodejs

摘要:配置方式1,使用命令 http代理 npm config set proxy http://代理服务器地址:端口 npm config set https-proxy http://代理服务器地址:端口 https代理 npm config set https-proxy https://代理服务器 阅读全文
posted @ 2025-05-25 12:03 sunpeiyu 阅读(297) 评论(0) 推荐(1)