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
Thanks for the project, I tried to follow the pnpm guide to build a clean docker image, but the pnpm run build fails:
node@95519d682840:~/app$ pnpm install
... Runs without Errors, only warnings:
WARN deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
WARN 7 deprecated subdependencies found: @esbuild-kit/[email protected], @esbuild-kit/[email protected], @humanwhocodes/[email protected], @humanwhocodes/[email protected], [email protected], [email protected], [email protected]
...
node@95519d682840:~/app$ pnpm run build
> [email protected] build /home/node/app
> next build
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
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:
https://nextjs.org/telemetry
▲ Next.js 14.2.15
- Environments: .env
Creating an optimized production build ...
✓ Compiled successfully
Linting and checking validity of types .Failed to compile.
./src/app/page.tsx:18:26
Type error: Cannot find module '~/components/MadeWithKodu' or its corresponding type declarations.
16 | import { useEffect, useState } from "react";
17 | import InstructionsPopup from "~/components/InstructionsPopup";
> 18 | import MadeWithKodu from "~/components/MadeWithKodu";
| ^
19 | import { useSubscriptionStore } from "~/lib/subscriptionStore";
20 |
21 | interface Subscription {
ELIFECYCLE Command failed with exit code 1.
Thanks for the project, I tried to follow the pnpm guide to build a clean docker image, but the
pnpm run build
fails:Versions:
The text was updated successfully, but these errors were encountered: