# Error installing Node-Red : Schneider Electric

**URL:** https://discourse.nodered.org/t/error-installing-node-red-schneider-electric/64723
**Category:** General
**Created:** [5 July 2022 14:17 UTC](https://discourse.nodered.org/t/error-installing-node-red-schneider-electric/64723 "2022-07-05T14:17:06Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![BrunoBenini](https://avatars.discourse-cdn.com/v4/letter/b/82dd89/32.png) [@BrunoBenini](https://discourse.nodered.org/u/BrunoBenini)
#### Post date: [5 July 2022 14:17 UTC](https://discourse.nodered.org/t/error-installing-node-red-schneider-electric/64723/1 "2022-07-05T14:17:06Z")

</div>

I'm having an error installing Node-Red, and I'm not able to install it because of this problem, I've tried everything but I can't. Some holy soul could give me a little help.

```auto
C:\WINDOWS\system32>npm install -g --unsafe-perm node-red
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://wain05400.apa.gad.schneiderelectric.com:4878/node-red failed, reason: getaddrinfo ENOTFOUND wain05400.apa.gad.schneiderelectric.com
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'

```

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [5 July 2022 14:47 UTC](https://discourse.nodered.org/t/error-installing-node-red-schneider-electric/64723/2 "2022-07-05T14:47:30Z")

</div>

Why is it trying to fetch from the schneider url? Do you have a proxy configured?  
It appears that the configured server is not available.

---

<div class="post-metadata">

### Author: ![BrunoBenini](https://avatars.discourse-cdn.com/v4/letter/b/82dd89/32.png) [@BrunoBenini](https://discourse.nodered.org/u/BrunoBenini)
#### Post date: [5 July 2022 16:31 UTC](https://discourse.nodered.org/t/error-installing-node-red-schneider-electric/64723/3 "2022-07-05T16:31:46Z")

</div>

So, I didn't change it, out of nowhere it just stopped working and when I try to install node red this happens, I wanted to know how I can put the correct server to be able to download.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [5 July 2022 17:00 UTC](https://discourse.nodered.org/t/error-installing-node-red-schneider-electric/64723/4 "2022-07-05T17:00:24Z")

</div>

Are you on a corporate network? If so then ask your IT department why it is going there.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [5 July 2022 20:06 UTC](https://discourse.nodered.org/t/error-installing-node-red-schneider-electric/64723/5 "2022-07-05T20:06:56Z")

</div>

I suppose you could try running  
`npm set registry https://www.npmjs.com`  
to see if that overrides it, but I would talk to IT first in case there is a good reason for the current configuration.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [3 September 2022 20:07 UTC](https://discourse.nodered.org/t/error-installing-node-red-schneider-electric/64723/6 "2022-09-03T20:07:34Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
