vue These dependencies were not found

These dependencies were not found:

* vxe-table in ./src/main.js

* vxe-table/lib/style.css in ./src/main.js

To install them, you can run: npm install --save vxe-table vxe-table/lib/style.css

解决:

nodejs执行以下语句

复制代码
npm install --save vxe-table

不行,就执行这个

--force参数强制执行安装操作

复制代码
npm install --save vxe-table --force
相关推荐
@大迁世界1 分钟前
TypeScript 的本质并非类型,而是信任
开发语言·前端·javascript·typescript·ecmascript
GIS之路10 分钟前
GDAL 实现矢量裁剪
前端·python·信息可视化
是一个Bug14 分钟前
后端开发者视角的前端开发面试题清单(50道)
前端
Amumu1213815 分钟前
React面向组件编程
开发语言·前端·javascript
计算机毕设VX:Fegn089519 分钟前
计算机毕业设计|基于springboot + vue二手家电管理系统(源码+数据库+文档)
vue.js·spring boot·后端·课程设计
持续升级打怪中37 分钟前
Vue3 中虚拟滚动与分页加载的实现原理与实践
前端·性能优化
GIS之路41 分钟前
GDAL 实现矢量合并
前端
hxjhnct43 分钟前
React useContext的缺陷
前端·react.js·前端框架
冰暮流星1 小时前
javascript逻辑运算符
开发语言·javascript·ecmascript
前端 贾公子1 小时前
从入门到实践:前端 Monorepo 工程化实战(4)
前端