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 小时前
sass语法@import将被放弃???升级@use食用指南!
前端·css·sass·scss
suedar1 小时前
coding 上通过流水线更新subTree模块
前端
羽沢311 小时前
Sass基础
前端·css·sass
正宗咸豆花1 小时前
【PromptCoder + Cursor】利用AI智能编辑器快速实现设计稿
前端·人工智能·编辑器·prompt·提示词
不能只会打代码1 小时前
六十天前端强化训练之第七天CSS预处理器(Sass)案例:变量与嵌套系统详解
前端·css·sass·css预处理器(sass)
关山月1 小时前
🌊 布局抖动:是什么?如何消除它
前端
小妖6662 小时前
css3的transform:tanslateZ没有效果
前端·css·css3
customer082 小时前
【开源免费】基于SpringBoot+Vue.JS医院药品管理系统(JAVA毕业设计)
java·vue.js·spring boot·后端·开源
见青..2 小时前
[BUUCTF]web--wp(持续更新中)
前端·web安全·网络安全
二川bro2 小时前
前端模块化管理深度解析:从混沌到秩序的全链路实践指南
前端