項目遇到的小問題記錄,免得重複遇到時去百度

vue 項目在npm install 時報錯

Unexpected end of JSON input while parsing near '...edSize":1289986,"npm-'

解決方法:執行 npm cache clean --force 後再執行 npm install

 

 

 

 

 

 

 

IDEA debug 啓動時報錯

Unable to open debugger port(127.0.0.1:60157)  端口被佔用,通過關閉被佔用的端口再啓動後正常。

找出對應的端口 netstat -ano |findstr 1099

關閉對應的進程 taskkill -f -pid XXXX   -f 表示強制。

 

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