Estoy tratando de configurar un nuevo directorio de trabajo en mi sistema local y ejecuté los siguientes comandos en el terminal de código VS.
npm init npm install express --savePero el paquete node_module no apareció dentro de mi directorio de trabajo. Está arrojando algún error como el siguiente.
npm ERR! code ETIMEDOUT npm ERR! syscall connect npm ERR! errno ETIMEDOUT npm ERR! network request to http://registry.npmjs.org/express failed, reason: connect ETIMEDOUT 104.16.27.35:80 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: npm ERR! C:\Users\kp\AppData\Local\npm-cache\_logs\2022-05-28T17_14_18_710Z-debug-0.logYa he borrado el caché y también configuré el proxy en nulo, pero nada es útil. mismo problema que aparece de nuevo.