Next.js Discord

Discord Forum

In tutorial "nextjs.org/learn", chapter 6, when trying to build, there is the below compile error.

Unanswered
Croatian Sheepdog posted this in #help-forum
Open in Discord
Croatian SheepdogOP
Can someone help with the below please?

Failed to compile.
./app/ui/dashboard/latest-invoices.tsx:9:19
Type error: Cannot find name 'LatestInvoice'.
7 | latestInvoices,
8 | }: {
9 | latestInvoices: LatestInvoice[];
| ^
10 | }) {
11 | return (
12 | <div className="flex w-full flex-col md:col-span-4">
 ELIFECYCLE  Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1

0 Replies