RUN yarn install 94.8s
=> ERROR [perplexica-frontend 5/5] RUN yarn build 54.4s
[perplexica-frontend 5/5] RUN yarn build:
3.426 yarn run v1.22.19
3.487 $ next build
4.518 Attention: Next.js now collects completely anonymous telemetry regarding usage.
4.525 This information is used to shape Next.js' roadmap and prioritize features.
4.525 You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
4.525 https://nextjs.org/telemetry
4.525
4.696 ▲ Next.js 14.1.4
4.697
4.881 Creating an optimized production build ...
8.383 (node:41) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
8.383 (Use node --trace-deprecation ... to show where the warning was created)
27.92 (node:73) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
27.92 (Use node --trace-warnings ... to show where the warning was created)
28.73 (node:73) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
42.50 ✓ Compiled successfully
42.51 Linting and checking validity of types ...
53.31 Failed to compile.
53.31
53.31 ./components/EmptyChat.tsx:15:22
53.31 Type error: Type '{ size: number; className: string; }' is not assignable to type 'IntrinsicAttributes & { className?: string | undefined; }'.
53.31 Property 'size' does not exist on type 'IntrinsicAttributes & { className?: string | undefined; }'.
53.31
53.31 13 | return (
53.31 14 |
RUN yarn install 94.8s => ERROR [perplexica-frontend 5/5] RUN yarn build 54.4s