摘要: # npm proxy ``` $ npm config get proxy http://127.0.0.1:25378/ ``` 如果你的npm设置了如上代理,那么当请求本地服务时,应该会出现代理错误(通常是502响应): ``` import { HttpService } from '@ne 阅读全文
posted @ 2023-05-29 15:42 develon 阅读(141) 评论(0) 推荐(0) 编辑