Dear Community,
Has anyone faced this issue earlier? Please help me on this to address this issue.
Thank You!
Hi @Sandeep_97 ,
maybe you have registry issues.
Using "npm config ls" you can have a look if there is something special...
Maybe it helps to specify the registry, when you try to install "npm install --registry=https://registry.npmjs.org"
Hi @Anonymous ,
Are you behind a proxy? If yes, you could set the Environment Variables
HTTP_PROXY and HTTPS_PROXY with the https://<yourProxyAddress>:<Port>
If that doesn't solve your issue, maybe this thread can help: https://stackoverflow.com/questions/23193614/npm-err-network-getaddrinfo-enotfound
I got some similar sort of error, while installing NPM
errors are like below
C:\Users\full>npm install @mermaid-js/mermaid-cli
npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to http://registry.npmjs.org/@mermaid-js%2fmermaid-cli failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org
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\full\AppData\Local\npm-cache\_logs\2022-12-
WarrenBelz
85
Most Valuable Professional
Michael E. Gernaey
63
Super User 2025 Season 1
mmbr1606
55
Super User 2025 Season 1