npm install 時出現的問題

魔域發表於2018-05-30

在安裝外掛時出現以下錯誤

npm ERR! Unexpected end of JSON input while parsing near '....0","isarray":"~1.0 .0' 


可以嘗試用這個方法去解決

npm cache clean --force 

npm WARN using --force I sure hope you know what you are doing.


然後再去安裝相應的外掛


相關文章