原文:TypeError: Cannot read property 'version' of undefined

解決方式: 首先控制台卸載eslint: npm uninstall eslint save 卸載之后再去package.json文件里刪除 vue cli plugin eslint : . . ...

2021-08-09 14:39 0 213 推薦指數:

查看詳情

TypeError: Cannot read property 'version' of undefined

vue項目運行中報如此錯誤,截圖:↓↓↓ 這個錯誤是代碼檢測工具eslint的報錯,出現在關於eslint一系列的設置之后,具體搞了些啥也記不清楚了,反正就是在消除校驗報錯的過程中,搞成 ...

Tue Sep 07 01:19:00 CST 2021 0 247
Cannot read property 'version' of undefined

在VUE項目中遇到以下報錯: Cannot read property 'version' of undefined 如果刪除當前項目的node_modules,然后重新npm install下載依賴包,還是不管用的話 解決方法: 首先控制台卸載eslint : npm ...

Wed Apr 14 03:12:00 CST 2021 0 337
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM