NextJS app stuck on start
Unanswered
Birman posted this in #help-forum
BirmanOP
Hello everyone! I created a new project via npx create-next-app and when I try to run it, the program just gets stuck (attached a screenshot) and when building, it's the same. I use the latest nodejs lts and tried to update everything possible anyway.
Windows 11, x64
Windows 11, x64
8 Replies
BirmanOP
help pls
@Birman help pls
Dutch
here is my terminal
so i dont know if its your pc or not
myapp>npm run dev
> myapp@0.1.0 dev
> next dev --turbopack
▲ Next.js 15.4.3 (Turbopack)
- Local: http://localhost:3000
so i dont know if its your pc or not
@Birman Hello everyone! I created a new project via npx create-next-app and when I try to run it, the program just gets stuck (attached a screenshot) and when building, it's the same. I use the latest nodejs lts and tried to update everything possible anyway.
Windows 11, x64
Have you tried running it via npm instead, or launching the cmd as an admin?
@CARSON.ts Have you tried running it via npm instead, or launching the cmd as an admin?
BirmanOP
via npm - yes(and yarn)
I'll try and answer for the admin cmf
I'll try and answer for the admin cmf
Deleting .next might work too
Or do a full packages reinstall by deleting whole node modules and the npm i
Valentine ant
You might be running into the same problem I am: https://nextjs-forum.com/post/1397279125562986516
If so, can you run version 15.4.0?
If so, can you run version 15.4.0?
I encountered the same issue rn, admin cmd fixed it