Failed to resolve import
I have this new error, yesterday the site was running normally. I delete the
node_modules and did npm i again, but this did not solve it.node_modulesnpm i[plugin:vite:import-analysis] Failed to resolve import "./accordion" from "node_modules/@nuxt/ui/dist/runtime/types/index.js?v=5c224cb9". Does the file exist?
/frontend/node_modules/@nuxt/ui/dist/runtime/types/index.js:1:16
1 | export * from "./accordion";
| ^
2 | export * from "./alert";
3 | export * from "./avatar";