[Help] run localy, bun install, got an error
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
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 thanks a lot , blessing for you
@Smailya I got another trouble , the supabase package alway install error, like this
how can I do .
when I run "bun backend:start ", like this :
@RajanZhan did you run bun install?
@Smailya I got another trouble , the supabase package alway install error, like this
how can I do .
Hi mate ,
@Smailya I got another trouble , the supabase package alway install error, like this
how can I do .
Hi mate, Run this in your terminal to install supabase :
npm install -g supabase
Closing as stale, please reopen if issue persists