28 lines
2.2 KiB
Plaintext
28 lines
2.2 KiB
Plaintext
|
||
> @allai/web@0.1.0 build C:\Dev\AllAI\site\apps\web
|
||
> next build
|
||
|
||
▲ Next.js 14.2.10
|
||
- Experiments (use with caution):
|
||
· turbo
|
||
· typedRoutes
|
||
|
||
Creating an optimized production build ...
|
||
<w> [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: EPERM: operation not permitted, rename 'C:\Dev\AllAI\site\apps\web\.next\cache\webpack\client-production\0.pack_' -> 'C:\Dev\AllAI\site\apps\web\.next\cache\webpack\client-production\0.pack'
|
||
✓ Compiled successfully
|
||
Linting and checking validity of types ...
|
||
Failed to compile.
|
||
|
||
./app/[locale]/register/page.tsx:20:9
|
||
Type error: Type '{ labels: { emailLabel: string; passwordLabel: string; confirmPasswordLabel: string; submitLabel: string; orDivider: string; googleLabel: string; loginCta: string; loginLink: string; errorGeneric: string; passwordMismatch: string; }; }' is not assignable to type 'IntrinsicAttributes & { emailLabel: string; passwordLabel: string; confirmPasswordLabel: string; submitLabel: string; orDivider: string; googleLabel: string; loginCta: string; loginLink: string; errorGeneric: string; passwordMismatch: string; }'.
|
||
Property 'labels' does not exist on type 'IntrinsicAttributes & { emailLabel: string; passwordLabel: string; confirmPasswordLabel: string; submitLabel: string; orDivider: string; googleLabel: string; loginCta: string; loginLink: string; errorGeneric: string; passwordMismatch: string; }'.
|
||
|
||
[0m [90m 18 |[39m [33m<[39m[33mp[39m style[33m=[39m{{ color[33m:[39m [32m"var(--color-muted)"[39m[33m,[39m maxWidth[33m:[39m [35m420[39m[33m,[39m margin[33m:[39m [32m"0 auto 24px"[39m }}[33m>[39m{auth[33m.[39mregisterSubtitle}[33m<[39m[33m/[39m[33mp[39m[33m>[39m[0m
|
||
[0m [90m 19 |[39m [33m<[39m[33mRegisterForm[39m[0m
|
||
[0m[31m[1m>[22m[39m[90m 20 |[39m labels[33m=[39m{{[0m
|
||
[0m [90m |[39m [31m[1m^[22m[39m[0m
|
||
[0m [90m 21 |[39m emailLabel[33m:[39m auth[33m.[39memailLabel[33m,[39m[0m
|
||
[0m [90m 22 |[39m passwordLabel[33m:[39m auth[33m.[39mpasswordLabel[33m,[39m[0m
|
||
[0m [90m 23 |[39m confirmPasswordLabel[33m:[39m auth[33m.[39mconfirmPasswordLabel[33m,[39m[0m
|
||
ELIFECYCLE Command failed with exit code 1.
|