I want to install Nestjs but it never installs, giving the following errors, I already disabled IPV6.
npm error code ETIMEDOUT
npm error syscall connect
npm error errno ETIMEDOUT
npm error network request to https://registry.npmjs.org/@nestjs%2fcli failed, reason: connect ETIMEDOUT 93.184.215.14:8080
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
npm error network ‘proxy’ config is set properly. See: ‘npm help config’
npm error A complete log of this run can be found in: /Users/username/.npm/_logs/
I have updated Node V17 to V20. I have tried to downgrade to version 8 of NPM and it gives the same error.
npm root -g
/Users/username/.nvm/versions/node/v20.14.0/lib/node_modules
npm list -g
/Users/username/.nvm/versions/node/v20.14.0/lib
├── [email protected]
└── [email protected]
Tony Paz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1