Solucionado (ver solução)
Solucionado
(ver solução)
3
respostas

Instalar o Express

Esta ocorrendo esse tipo de erro no Prompt:

npm ERR! code ENOTFOUND npm ERR! errno ENOTFOUND npm ERR! network request to https://registry.npmjs.org/express failed, reason: getaddrinfo ENOTFOUND proxy.company.com proxy.company.com:8080 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\Rogerio\AppData\Roaming\npm-cache_logs\2019-06-27T00_34_33_929Z-debug.log

3 respostas

Boa noite, Renan! Como vai?

Vc está utilizando algum proxy para acessar a internet? Ou então fez alguma configuração nesse sentido no Node?

Boa noite Gabriel, tudo bem e com vocÊ?

Não utilizo.. será que foi ao instalar o Node tem essa opção? ou não tem nada a ver?

solução!

Boa noite!

Gabriel, consegui instalar o express!

Fiz o comando: npm config delete proxy e depois npm config delete https-proxy.

Obrigado pela atenção.