明明没有任何错误代码,但是改天重启后就报这个错
Browserslist: caniuse-lite is outdated. Please run: 10:20:04.820 npx update-browserslist-db@latest 10:20:04.823 Why you should do it regularly: https://github.com/browserslist/update-db#readme 10:20:06.526 [vite]: Rollup failed to resolve import "@climblee/uv-ui/components/uv-simage/uv-simage.vue" from "E:/rebitch/rebitch/pages/shop/settleAccounts/settleAccounts.nvue". 10:20:06.528 This is most likely unintended because it can break your application at runtime. 10:20:06.532 If you do want to externalize this module explicitly add it to 10:20:06.537 `build.rollupOptions.external
这个是上面说要更新库browserslist-db@latest,叫你执行
npx update-browserslist-db@latest
有时候会告诉你更新不了,那你就需要卸载你出问题的库然后重新安装再执行上面的命令就可以了