Unexpected token '??='

Had been using the create t3 app for few weeks playing around and today I was trying to share with a friend a quick example and failed just starting after the prisma db push.

I was just starting the t3 stack first time with:
npm run dev

And got the following error:

`SyntaxError: Unexpected token '??='
(~/test2/node_modules/next/dist/telemetry/post-payload.js:17:20)

Actually got a very long error and this was the end of it.

And then tried with:

npm start

And got the following error:

ReferenceError: AbortSignal is not defined

I have using create-t3-app in the past weeks and everything was fine before.
Was this page helpful?