Im am litteraly following the tutorial
console:
`jackr@Jacks-PC MINGW64 /d/dev/Athenetz-SV (v0.0.2-dev)
$ yarn dev
▲ Next.js 15.0.2 (Turbopack)
- Local: http://localhost:3000
- Environments: .env.local
✓ Starting...
✓ Ready in 3.1s
○ Compiling / ...
✓ Compiled / in 8.4s
⨯ ./node_modules/@vercel/flags/dist/next/index.js
Code generation for chunk item errored
An error occurred while generating the chunk item [project]/node_modules/@vercel/flags/dist/next/index.js [app-client] (ecmascript)
Caused by:
- the chunking context (unknown) does not support external modules (request: node:async_hooks)
Debug info:
- An error occurred while generating the chunk item [project]/node_modules/@vercel/flags/dist/next/index.js [app-client] (ecmascript)
- Execution of *EcmascriptChunkItemContent::module_factory failed
- Execution of *EcmascriptChunkItemContent::new failed
- Execution of EcmascriptModuleContent::new failed
- Execution of <EsmAssetReference as CodeGenerateable>::code_generation failed
- the chunking context (unknown) does not support external modules (request: node:async_hooks)
○ Compiling /_error ...
✓ Compiled /_error in 1814ms
GET / 500 in 11288ms`
flags.ts:
`import { unstable_flag as flag } from '@vercel/flags/next';
export const gk_Main = flag({
key: 'GateKeeper_Main',
decide: () => false,
});`
page.tsx:
in next message (char limit)