vite 运行程序时不能运行

问题遇到的现象和发生背景

运行程序时出现,进入不了页面了。显示如下:

vite

vite v2.9.14 dev server running at:

Local: http://localhost:3000/
Network: use --host to expose

ready in 722ms.

**The following dependencies are imported but could not be resolved:

element-plus/es/components/virtual-list/src/defaults.js (imported by D:/检测机构监管平台/UI/emss-ts/src/components/sys/ImportUsers.vue?id=0)

Are they installed?**

之前一直使用没有问题,今天安装了xlsx。不知道是否有关,卸载xlsx后也没有用。

看报错应该是element-plus,可以试试把node_models删了重新npm i一下

还有ImportUsers.vue里的引入看看写的对不对