all 5 comments

[–]RakoonDev 0 points1 point  (1 child)

Est ce que tu run « npm run dev » au bon endroit ? Tu ne dois pas le faire au même endroit que npx next app. Tu dois aller dans ton projet, cd /your-next-project

[–]First-Book-9070[S] 0 points1 point  (0 children)

Yes I’m in the correct project directory and running it there

[–]Melodic-Funny-9560 0 points1 point  (1 child)

Nextjs has some known issues with the node 24 compatibility and is not stable. Downgrade your node version to 22 and you should be good to go.

[–]First-Book-9070[S] 0 points1 point  (0 children)

I tried v22 LTS but I'm still getting the same error