cli icon indicating copy to clipboard operation
cli copied to clipboard

Infinite repeating error message

Open cfjedimaster opened this issue 1 month ago • 4 comments

Describe the bug

On OSX, trying to use ntl to run my Eleventy site, specifcally:

netlify dev -c "eleventy --serve --quiet"

I get this error in console repeated infinitely, and a huge amount of processes fired.

Image

It isn't Eleventy as I can it just fine.

Steps to reproduce

Not really sure - this worked fine in WSL for years.

Configuration

I just updated to the latest ntl CLI package today.

Environment

  System:
    OS: macOS 26.0.1
    CPU: (14) arm64 Apple M4 Pro
    Memory: 6.05 GB / 24.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 25.0.0 - /Users/raymondcamden/.nvm/versions/node/v25.0.0/bin/node
    npm: 11.6.2 - /Users/raymondcamden/.nvm/versions/node/v25.0.0/bin/npm
  npmGlobalPackages:
    netlify-cli: 23.10.0

cfjedimaster avatar Nov 05 '25 20:11 cfjedimaster

Hello @cfjedimaster, thank you for reporting this.

Are there any error details above that?

I see you're using node 25.0.0. We officially only support LTS releases. Does this also occur on node 24?

serhalp avatar Nov 13 '25 23:11 serhalp

I just tried 24 and confirms it happens there too. As far as I can tell, that's the only detail, it's repeated incredibly quickly and fills up my terminal so it's hard to tell.

cfjedimaster avatar Nov 13 '25 23:11 cfjedimaster

Thank you for those details! Would you please be able to try it one more time with npx [email protected] dev -c "eleventy --serve --quiet" to check if this was introduced in 23.10.0? 🙏🏼 (or if that is also broken, feel free to try older versions as well, as that would be very helpful)

Thank you!

serhalp avatar Nov 14 '25 14:11 serhalp

I can confirm that version does it as well. One thing to note, my site does load up, Eleventy runs and all that, so it must be something after.

I then tried @22, which loaded 22.4.0. But this died quickly with TypeError: Cannot read properties of undefined (reading 'prototype')

cfjedimaster avatar Nov 14 '25 14:11 cfjedimaster