Why is npm install failing in my VS Code terminal?
I am trying to run npm install through my project's VS Code terminal, but am receiving npm error errno -4077. As far as I can tell, this has to do with a network connectivity problem or a proxy, but I checked that there is no proxy and no other commands or open applications are having connectivity issues. Here's the error I'm receiving:
npm error code ECONNRESET
npm error syscall read
npm error errno -4077
npm error network read ECONNRESET
npm error network This is a problem related to network connectivity.
npm error network In most cases you are behind a proxy or have bad network settings.
npm error network
npm error network If you are behind a proxy, please make sure that the 'proxy' config is set properly. See: 'npm help config'