> @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 ... [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.