IanVS
IanVS
CDCloudflare Developers
Created by yurl on 9/13/2023 in #general-help
Wrangler Pages Dev Unresponsive after Node.js Crashes
OK I found a way to reset it. ps -ax | grep 8788 gives me the process that is still running:
48739 ttys002 0:00.06 /Users/ianvs/.npm/_npx/32026684e21afda6/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=0.0.0.0:8788 --external-addr=loopback=localhost:61484 --control-fd=3 - --inspector-addr=localhost:61481
48739 ttys002 0:00.06 /Users/ianvs/.npm/_npx/32026684e21afda6/node_modules/@cloudflare/workerd-darwin-arm64/bin/workerd serve --binary --experimental --socket-addr=entry=0.0.0.0:8788 --external-addr=loopback=localhost:61484 --control-fd=3 - --inspector-addr=localhost:61481
You'd need to replace the 8788 with whatever port your hung process started up with. Or you could try grepping for workerd instead, maybe
3 replies
CDCloudflare Developers
Created by yurl on 9/13/2023 in #general-help
Wrangler Pages Dev Unresponsive after Node.js Crashes
I hit this regularly as well. I'd also love to know how it can be resolved
3 replies