Quiero instalar Nestjs pero nunca se instala, dando los siguientes errores, ya desactivé 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/
He actualizado Node V17 a V20. He intentando degradar a la version 8 de NPM y da el mismo 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.