You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR Nuxt Build Error: [vite:esbuild] Transform failed with 325 errors: nuxi 14:41:23
D:/code/st-backend/.nuxt/components.d.ts:333:13: ERROR: The constant "AccessDenied" must be initialized
D:/code/st-backend/.nuxt/components.d.ts:334:13: ERROR: The constant "ContextMenu" must be initialized
D:/code/st-backend/.nuxt/components.d.ts:335:13: ERROR: The constant "CustomInput" must be initialized
D:/code/st-backend/.nuxt/components.d.ts:336:13: ERROR: The constant "Login" must be initialized
D:/code/st-backend/.nuxt/components.d.ts:337:13: ERROR: The constant "NumberInput" must be initialized
...
file: D:/code/st-backend/.nuxt/components.d.ts:333:13
The constant "AccessDenied" must be initialized
331| }
332|
333| export const AccessDenied: typeof import("../components/global/AccessDenied.vue")['default']
| ^
334| export const ContextMenu: typeof import("../components/global/ContextMenu.vue")['default']
335| export const CustomInput: typeof import("../components/global/CustomInput.vue")['default']
at failureErrorWithLog (node_modules\vite\node_modules\esbuild\lib\main.js:1477:15)
at node_modules\vite\node_modules\esbuild\lib\main.js:756:50
at responseCallbacks.<computed> (node_modules\vite\node_modules\esbuild\lib\main.js:623:9)
at handleIncomingPacket (node_modules\vite\node_modules\esbuild\lib\main.js:678:12)
at Socket.readFromStdout (node_modules\vite\node_modules\esbuild\lib\main.js:601:7)
at Socket.emit (node:events:518:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:189:23)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Please help me, I don't know what happened.
ERROR ✗ Build failed in 8.86s 14:41:23
ERROR Nuxt Build Error: [vite:esbuild] Transform failed with 325 errors: nuxi 14:41:23
D:/code/st-backend/.nuxt/components.d.ts:333:13: ERROR: The constant "AccessDenied" must be initialized
D:/code/st-backend/.nuxt/components.d.ts:334:13: ERROR: The constant "ContextMenu" must be initialized
D:/code/st-backend/.nuxt/components.d.ts:335:13: ERROR: The constant "CustomInput" must be initialized
D:/code/st-backend/.nuxt/components.d.ts:336:13: ERROR: The constant "Login" must be initialized
D:/code/st-backend/.nuxt/components.d.ts:337:13: ERROR: The constant "NumberInput" must be initialized
...
file: D:/code/st-backend/.nuxt/components.d.ts:333:13
The constant "AccessDenied" must be initialized
331| }
332|
333| export const AccessDenied: typeof import("../components/global/AccessDenied.vue")['default']
| ^
334| export const ContextMenu: typeof import("../components/global/ContextMenu.vue")['default']
335| export const CustomInput: typeof import("../components/global/CustomInput.vue")['default']
The constant "ContextMenu" must be initialized
332|
333| export const AccessDenied: typeof import("../components/global/AccessDenied.vue")['default']
334| export const ContextMenu: typeof import("../components/global/ContextMenu.vue")['default']
| ^
335| export const CustomInput: typeof import("../components/global/CustomInput.vue")['default']
336| export const Login: typeof import("../components/global/Login.vue")['default']
The constant "CustomInput" must be initialized
333| export const AccessDenied: typeof import("../components/global/AccessDenied.vue")['default']
334| export const ContextMenu: typeof import("../components/global/ContextMenu.vue")['default']
335| export const CustomInput: typeof import("../components/global/CustomInput.vue")['default']
| ^
336| export const Login: typeof import("../components/global/Login.vue")['default']
337| export const NumberInput: typeof import("../components/global/NumberInput.vue")['default']
The constant "Login" must be initialized
334| export const ContextMenu: typeof import("../components/global/ContextMenu.vue")['default']
335| export const CustomInput: typeof import("../components/global/CustomInput.vue")['default']
336| export const Login: typeof import("../components/global/Login.vue")['default']
| ^
337| export const NumberInput: typeof import("../components/global/NumberInput.vue")['default']
338| export const RequiredHint: typeof import("../components/global/RequiredHint.vue")['default']
The constant "NumberInput" must be initialized
335| export const CustomInput: typeof import("../components/global/CustomInput.vue")['default']
336| export const Login: typeof import("../components/global/Login.vue")['default']
337| export const NumberInput: typeof import("../components/global/NumberInput.vue")['default']
| ^
338| export const RequiredHint: typeof import("../components/global/RequiredHint.vue")['default']
339| export const VisibilityMode: typeof import("../components/global/VisibilityMode.vue")['default']
...
...
...
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions