Error starting app - Error: read ECONNRESET

System Information
  • 4.10.7:
  • Mac OS Monterey:
  • Postgres:
  • v18.16.0:
  • NPM Version:
  • 1.22.19:

Hi

Just trying to install and get the app working.

I have ran yarn create strapi-app app-name

and then yarn develop

but I get the error

Error: read ECONNRESET at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) { errno: -54, code: 'ECONNRESET', syscall: 'read' }

Whats can this be, how can I fix this ?


1 Like

Did you use the ‘quickstart’ option? If you didn’t, then perhaps try that as here. Otherwise, try rebuilding all the Node modules (with the command ‘yarn’ - no additional arguments) and then building the admin UI (with ‘yarn build’) before running ‘yarn develop’.

1 Like