epicweb-dev / full-stack-testing

Confidently ship your full-stack app with automated tests
https://www.epicweb.dev
Other
202 stars 54 forks source link

network problem #38

Closed bhubavenski closed 1 month ago

bhubavenski commented 1 month ago

When it comes to Starting: Dependency Installation I got this message:

  Installing third party code dependencies so the workshop works properly on this computer.
          Running the following command: npm install --legacy-peer-deps --no-save
npm WARN deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm ERR! code ECONNRESET
npm ERR! syscall read
npm ERR! errno -4077
npm ERR! network read ECONNRESET
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in: C:\Users\bobkata75\AppData\Local\npm-cache\_logs\2024-10-25T18_09_15_024Z-debug-0.log
    🚨  Failure: Dependency Installation. Please review the messages above for information on how to troubleshoot and resolve this issue.
kentcdodds commented 1 month ago

Are you running a VPN or something?

bhubavenski commented 1 month ago

I have VPN in my browser as an extension. But I fixed with by looking at this article https://stackoverflow.com/questions/60037937/how-to-resolve-npm-proxy-issue-whilel-running-node-js-application

On Fri, 25 Oct 2024 at 22:10, Kent C. Dodds @.***> wrote:

Are you running a VPN or something?

— Reply to this email directly, view it on GitHub https://github.com/epicweb-dev/full-stack-testing/issues/38#issuecomment-2438618425, or unsubscribe https://github.com/notifications/unsubscribe-auth/A52KMATTSQ5ILGZDFMYJ4GLZ5KJUFAVCNFSM6AAAAABQTZIUBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZYGYYTQNBSGU . You are receiving this because you authored the thread.Message ID: @.***>

kentcdodds commented 1 month ago

Oh good I'm glad you got it working.