I have a fresh Next.JS application on my computer. When I attempt to run npm run dev, literally THOUSANDS of Node.js JavaScript Runtime instances open on my computer, causing it to crash. Attached is one screenshot I got as it was happening.
My current software versions:
=> Next.JS - 16.2.6
=> Node.JS - 24.16.0
=> npm - 11.15.0
I have 32 GB of ram which get sucked up instantly in the chaos. Is there something I’m doing wrong or are other people experiencing this?
