cli icon indicating copy to clipboard operation
cli copied to clipboard

Unable to run netlify dev on my app

Open akimsoule opened this issue 5 months ago • 3 comments

Describe the bug

This is a problem with the Netlify CLI, not with your application. If you recently updated the CLI, consider reverting to an older version by running:

npm install -g netlify-cli@VERSION

You can use any version from https://ntl.fyi/cli-versions.

Please report this problem at https://ntl.fyi/cli-error including the error details below.

Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:216:20)

System: OS: macOS 15.5 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Binaries: Node: 22.17.0 - /Volumes/DEV/node-v22.17.0-darwin-x64/bin/node npm: 11.5.2 - /Volumes/DEV/node-v22.17.0-darwin-x64/bin/npm Browsers: Chrome: 139.0.7258.128 Safari: 18.5 npmGlobalPackages: netlify-cli: 23.1.4

Steps to reproduce

netlify dev

Configuration

[build] command = "npm install && npm run build && npx prisma migrate deploy && npx prisma generate" publish = "dist"

[[redirects]] from = "/api/*" to = "/.netlify/functions/:splat" status = 200

[[redirects]] from = "/*" to = "/index.html" status = 200

Environment

System: OS: macOS 15.5 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 183.41 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.17.0 - /Volumes/DEV/node-v22.17.0-darwin-x64/bin/node npm: 11.5.2 - /Volumes/DEV/node-v22.17.0-darwin-x64/bin/npm npmGlobalPackages: netlify-cli: 23.1.4

akimsoule avatar Aug 18 '25 00:08 akimsoule

I get this as well. Also mentioned here: https://github.com/netlify/cli/issues/7387

bleeckerj avatar Aug 20 '25 15:08 bleeckerj

same

blakew avatar Aug 22 '25 02:08 blakew

The problem appears to stem from a plugin within the Google Chrome browser.

akimsoule avatar Aug 22 '25 03:08 akimsoule