onlook icon indicating copy to clipboard operation
onlook copied to clipboard

[Help] run localy, bun install, got an error

Open RajanZhan opened this issue 10 months ago • 6 comments

when I run "bun install", I got an error:

bun install bun install v1.2.17 (282dda62) 🚚 @esbuild/win32-x64... Error: read ECONNRESET at TLSWrap.onStreamRead (node:internal/stream_base_commons:216:20) { errno: -4077, code: 'ECONNRESET', syscall: 'read' }

error: postinstall script from "free-email-domains" exited with 1

please help me ,thanks a lot

RajanZhan avatar Jun 23 '25 04:06 RajanZhan

Hi #RajanZhan, let's try to understand the meaning of ECONNRESET, In simple terms, it stands for "Error: Connection Reset." Imagine you're talking to someone on the phone, and suddenly, they just hang up without a word. That's what ECONNRESET is like for your computer. It means the other side of the connection (in this case, likely the server where Bun is trying to download packages from, or a security program on your end) suddenly closed the connection unexpectedly. try to Restart your router or Unplug your internet modem for about 30 seconds, then plug them back in. Wait for them to fully light up again before trying bun install again. This can clear up network hiccups.

Smailya avatar Jun 23 '25 10:06 Smailya

@Smailya thanks a lot , blessing for you

RajanZhan avatar Jun 24 '25 00:06 RajanZhan

@Smailya I got another trouble , the supabase package alway install error, like this

Image how can I do .

RajanZhan avatar Jun 24 '25 00:06 RajanZhan

when I run "bun backend:start ", like this :

Image

RajanZhan avatar Jun 24 '25 00:06 RajanZhan

@RajanZhan did you run bun install?

AissaSemaoui avatar Jun 27 '25 20:06 AissaSemaoui

@Smailya I got another trouble , the supabase package alway install error, like this

Image how can I do .

Hi mate ,

@Smailya I got another trouble , the supabase package alway install error, like this

Image how can I do .

Hi mate, Run this in your terminal to install supabase :

npm install -g supabase

Smailya avatar Jun 28 '25 12:06 Smailya

Closing as stale, please reopen if issue persists

Kitenite avatar Jul 20 '25 18:07 Kitenite