项目启动报错,请老师帮我定位一下问题
10
收起
正在回答 回答被采纳积分+1
1回答
张轩
2022-07-20 10:33:25
同学你好
经查 是你的 package.json 中依赖的版本比较混乱,几个依赖发生了冲突,造成了错误,我帮你重新整理了一下。
"devDependencies": { "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.8", "@vue/cli-plugin-typescript": "^5.0.8", "@vue/cli-service": "~5.0.8", "@vue/compiler-sfc": "^3.0.0", "@vue/eslint-config-typescript": "^7.0.0", "eslint": "^7.0.0", "eslint-plugin-vue": "^7.0.0-0", "typescript": "~4.3.5" }
你直接复制替换到 package.json 中的 devDependencies 字段。
然后删除 package-lock.json 以及 node_modules 文件夹。
最后重新 npm install 就可以了
亲测好用~
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星