I am running a Next.js app with the command npm run dev, but the development server just hangs without any errors. The terminal output shows only:
and then stays stuck. The server never starts fully (no localhost URL is shown) and there are no error messages.
Environment:
Node.js version: v22.11.0
npm version: 11.5.1
Next.js version: 15.4.5
React and ReactDOM version: 19.1.0
I need help , I have tried deleting node modules , cleaning cache still I am stuck with this issue