npm ERR! network connect ETIMEDOUT

npm ERR! network connect ETIMEDOUT

则需要设置 npm proxy:

as follows,

npm config set proxy http://proxy-server-address:8080
npm config set https-proxy http://proxy-server-address:8080

posted @ 2016-09-02 15:38  chenqiangzhishen  阅读(1987)  评论(0编辑  收藏  举报