# Node update problem

**URL:** https://discourse.nodered.org/t/node-update-problem/82753
**Category:** General
**Created:** [10 November 2023 10:27 UTC](https://discourse.nodered.org/t/node-update-problem/82753 "2023-11-10T10:27:22Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Ives25](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ives25/32/39877_2.png) [@Ives25](https://discourse.nodered.org/u/Ives25)
#### Post date: [10 November 2023 10:27 UTC](https://discourse.nodered.org/t/node-update-problem/82753/1 "2023-11-10T10:27:22Z")

</div>

Hi,  
The node-Red update is carried out normally but I get this message when I update the nodes:

2023-11-09T23:49:19.088Z Install: node-red-contrib-knx-ultimate 2.2.25  
2023-11-09T23:49:18.412Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red -contrib-knx-ultimate@2.2.25  
2023-11-09T23:49:18.748Z [err] npm  
2023-11-09T23:49:18.749Z [err]  
2023-11-09T23:49:18.749Z [err] WARN  
2023-11-09T23:49:18.749Z [err]  
2023-11-09T23:49:18.749Z [err] config  
2023-11-09T23:49:18.749Z [err] production Use `--omit=dev` instead.  
2023-11-09T23:50:29.485Z [err] npm  
2023-11-09T23:50:29.485Z [err] ERR! ENETUNREACH code  
2023-11-09T23:50:29.486Z [err] npm ERR! syscall connect  
2023-11-09T23:50:29.486Z [err] npm  
2023-11-09T23:50:29.486Z [err] ERR!  
2023-11-09T23:50:29.486Z [err] errno ENETUNREACH  
2023-11-09T23:50:29.488Z [err] npm ERR!  
2023-11-09T23:50:29.488Z [err] request to [https://registry.npmjs.org/node-red-...b-knx-ultimate](https://registry.npmjs.org/node-red-...b-knx-ultimate) failed, reason: connect ENETUNREACH 2606:4700::6810: 1a22:443  
2023-11-09T23:50:29.490Z [err]  
2023-11-09T23:50:29.490Z [err] npm ERR! A complete log of this run can be found in: /root/.npm/\_logs/2023-11-09T23\_49\_18\_712Z-debug-0.log  
2023-11-09T23:50:29.498Z rc=1​

I notice that I do not have access to the server and using a Unif router, do I need a special eport redirection or Firewall rule?

---

<div class="post-metadata">

### Author: ![marcus-j-davies](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/marcus-j-davies/32/103435_2.png) [@marcus-j-davies](https://discourse.nodered.org/u/marcus-j-davies)
#### Post date: [10 November 2023 10:51 UTC](https://discourse.nodered.org/t/node-update-problem/82753/2 "2023-11-10T10:51:10Z")

</div>

Hi @Ives25

`ENETUNREACH` is host is unreachable, in this case [registry.npmjs.org](http://registry.npmjs.org). This, does not require any special approach to access.

What I am noticing however, is that the machine you are using, seems to be trying to connect to an IPv6 address, so maybe as a test, disable IPv6, and try again.

if still does not work, then you need to check your local network for routing issues, such as proxies/DNS filtering etc etc.

try and ping [registry.npmjs.org](http://registry.npmjs.org), from the machine and see what comes back.

---

<div class="post-metadata">

### Author: ![Ives25](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ives25/32/39877_2.png) [@Ives25](https://discourse.nodered.org/u/Ives25)
#### Post date: [10 November 2023 11:15 UTC](https://discourse.nodered.org/t/node-update-problem/82753/3 "2023-11-10T11:15:49Z")

</div>

That's the problem, by removing IPV6 it works. Thank you very much for your help !

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [10 November 2023 14:45 UTC](https://discourse.nodered.org/t/node-update-problem/82753/4 "2023-11-10T14:45:25Z")

</div>

IPV6, the problem that keeps on giving!

---

<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: [24 November 2023 14:45 UTC](https://discourse.nodered.org/t/node-update-problem/82753/5 "2023-11-24T14:45:49Z")

</div>

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