【FAQ】appium npm install error:network read ECONNRESET,bad network settings!

I__Love__China發表於2015-10-22

如題,執行npm install -g appium的時候,總是安裝不成功,報錯截圖如下:


仔細一看,其實是因為它用https下載,改成http就好啦~~~

$npm config set registry http://registry.npmjs.org/
$npm cache clean
$npm install -g appium

相關文章