Today in Win7 npm install xxx the above error occurs, the solution.
npm config set proxy null(npm config delete proxy)
npm config set https-proxy null
npm config set strict-ssl false
then install
Similar Posts:
- Failed to connect to github.com port 443:connection timed out
- [Solved] Git submission: gnutls_handshake() failed: Error in the pull function
- [Solved] Github Push Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] Git fatal: unable to access ‘xxx.git/’: Failed to connect to github.com port 443 after ***ms: Timed out
- [Node] Error: gyp verb check python checking for Python executable “python2” in the PATH
- How to Solve NPM read econnreset Error
- Proxy error: Could not proxy request [How to Solve]
- [Solved] NPM Awalys Error: unable to verify the first certificate
- How to Solve Vue3 ts setup getCurrentInstance Error
- Failed to connect to github.com port 443: Timed out(Windows)