vue-cli4.0腳手架建項目報錯

1、報錯信息如下:

npm ERR! Unexpected end of JSON input while parsing near '...sh_time":144545599958'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\DELL\AppData\Roaming\npm-cache\_logs\2020-05-19T05_29_49_168Z-debug.log
 ERROR  command failed: npm install --loglevel error

解決辦法:

npm cache clean --force

2、

報錯信息如下圖所示:

導致的原因可能是版本不一致,解決辦法:

cnpm i -g @vue/cli

npm cache clean --force

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章