启动时vue项目报错 these dependencies were not found:element-ui in ./src/main.js

报错信息:

启动时vue项目报错 these dependencies were not found:element-ui in ./src/main.js_第1张图片

解决方案:

缺少组件,在这个项目的目录下,安装组件

使用命令 cnpm i element-ui -S 如果没有使用淘宝镜像的就使用npm i element-ui -S命令

此处还有axios组件也没安装

可以使用cnpm i axios -S命令

你可能感兴趣的:(报错,vue.js,javascript,ui)