Marvix
Marvix
NNuxt
Created by Marvix on 12/4/2024 in #❓・help
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.
[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";
[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";
15 replies
NNuxt
Created by Marvix on 12/1/2024 in #❓・help
index.vue has no content
No description
41 replies
NNuxt
Created by Marvix on 12/1/2024 in #❓・help
ExperimentalWarning error after Installation on Node 23.3
After the installation is completed, I'm getting this error: ERROR (node:203) ExperimentalWarning: CommonJS module /frontend/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js is loading ES Module /frontend/node_modules/supports-color/index.js using require(). 11:36:35 PM Support for loading ES Module in require() is an experimental feature and might change at any time (Use node --trace-warnings ... to show where the warning was created) How to solve it?
6 replies