AllAi/apps/web/.turbo/turbo-build.log
2025-11-14 21:54:04 +03:00

28 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> @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; }'.
  18 | <p style={{ color: "var(--color-muted)", maxWidth: 420, margin: "0 auto 24px" }}>{auth.registerSubtitle}</p>
  19 | <RegisterForm
> 20 | labels={{
  | ^
  21 | emailLabel: auth.emailLabel,
  22 | passwordLabel: auth.passwordLabel,
  23 | confirmPasswordLabel: auth.confirmPasswordLabel,
ELIFECYCLE Command failed with exit code 1.