Anto'
Anto'
NNuxt
Created by Anto' on 1/14/2025 in #❓・help
Nuxt restart always after any change on any folder & files
After each update on a components, my nuxt server restart with log : Directory components/ui/ removed 00:14:44 ℹ Restarting Nuxt... I'm on windows using 3.14.0
5 replies
NNuxt
Created by Anto' on 1/14/2025 in #❓・help
Nuxt instance is unavailable on hot refresh
Hello when i reload a file, all time my app restart for this error : ERROR [unhandledRejection] Nuxt instance is unavailable! 17:01:23
at useNuxt (/C:/Users/antho/Documents/Dev/gemsdrop/dashboard/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@nuxt/kit/dist/index.mjs:36:11) at normalizeTemplate (/C:/Users/antho/Documents/Dev/gemsdrop/dashboard/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@nuxt/kit/dist/index.mjs:2988:18) at /C:/Users/antho/Documents/Dev/gemsdrop/dashboard/nodemodules/.pnpm/[email protected]@[email protected]_@[email protected][email protected][email protected][email protected]_2xztldkmogqhgoj75qkd4c5guq/node_modules/nuxt/dist/index.mjs:5439:47 at generateApp (/C:/Users/antho/Documents/Dev/gemsdrop/dashboard/nodemodules/.pnpm/[email protected]@[email protected]_@[email protected][email protected][email protected][email protected]2xztldkmogqhgoj75qkd4c5guq/node_modules/nuxt/dist/index.mjs:5439:33) at async _applyPromised (/C:/Users/antho/Documents/Dev/gemsdrop/dashboard/node_modules/.pnpm/[email protected]/node_modules/perfect-debounce/dist/index.mjs:54:10) ℹ Restarting Nuxt due to error: Error: Nuxt instance is unavailable! I already check, I don't have any import of nuxt in my app. It's all auto import.
20 replies
NNuxt
Created by Anto' on 3/25/2024 in #❓・help
404 error page don't work when project build.
No description
3 replies
NNuxt
Created by Anto' on 3/8/2024 in #❓・help
Nuxt build faileld using image in css sheet
Hello guys ! I have this error when i try to build my app : 12.26 [error] Nuxt Build Error: [vite:css] [postcss] ENOENT: no such file or directory, open '/app/images/home/profit_gem.svg' I used style like this on a .vue components :
span.wins:before {
background-image: url("@/images/home/profit_gem.svg");
background-size: 16px 16px;
background-repeat: no-repeat;
content: "";
display: inline-block;
vertical-align: middle;
position: relative;
width: 16px;
height: 16px;
margin-right: 4px;
}
span.wins:before {
background-image: url("@/images/home/profit_gem.svg");
background-size: 16px 16px;
background-repeat: no-repeat;
content: "";
display: inline-block;
vertical-align: middle;
position: relative;
width: 16px;
height: 16px;
margin-right: 4px;
}
on local it work. Maybe @ is not the correct way to do that. Thanks in advance to everyone for your potentiel answer
3 replies