我是靠谱客的博主 耍酷仙人掌,最近开发中收集的这篇文章主要介绍vue安装element ui失败,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

错误日志:
npm install element-ui
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: transport-vue@0.1.0
npm ERR! Found: vue@3.2.41
npm ERR! node_modules/vue
npm ERR! vue@“^3.2.13” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue@“^2.5.17” from element-ui@2.15.10
npm ERR! node_modules/element-ui
npm ERR! element-ui@“*” from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:UsersAdministratorAppDataLocalnpm-cacheeresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:

解决方法:使用稳定版本npm
先查看npm 版本
npm -v
npm install -g npm@6.14.8

最后

以上就是耍酷仙人掌为你收集整理的vue安装element ui失败的全部内容,希望文章能够帮你解决vue安装element ui失败所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(40)

评论列表共有 0 条评论

立即
投稿
返回
顶部