課程
/前端開發
/Vue.js
/vue.js入門基礎
請問老師這個怎么解決啊
2016-11-03
源自:vue.js入門基礎
正在回答
你是不是用了什么網絡代理?
試試這個方法:
```
npm config set registry?http://registry.npmjs.org/
http://stackoverflow.com/questions/18419144/npm-not-working-read-econnreset
usenpm config set registry http://registry.npmjs.org/so that npm requests for?http?url instead of?https.and then try the same?npm install?command.
use
npm config set registry http://registry.npmjs.org/
so that npm requests for?http?url instead of?https.
and then try the same?npm install?command.
舉報
本門為vuejs入門教程,詳細的講解加實戰,可以幫你進入vuejs的大門
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-11-04
你是不是用了什么網絡代理?
試試這個方法:
```
npm config set registry?http://registry.npmjs.org/
```
http://stackoverflow.com/questions/18419144/npm-not-working-read-econnreset