# Update to 2.17.1 : missing node types

**URL:** https://discourse.nodered.org/t/update-to-2-17-1-missing-node-types/16891
**Category:** Dashboard
**Created:** [19 October 2019 17:13 UTC](https://discourse.nodered.org/t/update-to-2-17-1-missing-node-types/16891 "2019-10-19T17:13:45Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jjs](https://avatars.discourse-cdn.com/v4/letter/j/94ad74/32.png) [@jjs](https://discourse.nodered.org/u/jjs)
#### Post date: [19 October 2019 17:13 UTC](https://discourse.nodered.org/t/update-to-2-17-1-missing-node-types/16891/1 "2019-10-19T17:13:45Z")

</div>

Sorry folks, little desaster (cold outside, central heating not running, WAF = 0.00) here for me:  
I had a quite stable setup for my home automation system running on a PI3 and NodeRed. Today, I made the mistake, to update dashboard to 2.17.1 (don´t remember what it was befor). Now, I get this "Flows stopped due to missing node types" on various tokens (at the moment "ui\_base").  
At Node-Red startup, I already can see this in the NR console (marked yellow)

 ![NR%20console](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/e/ea7e5e103343c1ee129ea23a4af1a66b0405b487.jpeg)

I guess, that my problem is, that I´m running node.js v6 and not v8 ? Is this true?  
If so, how do I get in secure way from v6 to v8?  
Or (second best): how can I roll back dashboard to a v6 compatible version?

THX for any help (I´m not the greatest linux freak)  
Josef

---

<div class="post-metadata">

### Author: ![bakman2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bakman2/32/6207_2.png) [@bakman2](https://discourse.nodered.org/u/bakman2)
#### Post date: [19 October 2019 17:24 UTC](https://discourse.nodered.org/t/update-to-2-17-1-missing-node-types/16891/2 "2019-10-19T17:24:25Z")

</div>

You need to update nodejs, minimum version is 8.

It is easier to run the install script.

````auto
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)```
````

---

<div class="post-metadata">

### Author: ![jjs](https://avatars.discourse-cdn.com/v4/letter/j/94ad74/32.png) [@jjs](https://discourse.nodered.org/u/jjs)
#### Post date: [19 October 2019 17:59 UTC](https://discourse.nodered.org/t/update-to-2-17-1-missing-node-types/16891/3 "2019-10-19T17:59:21Z")

</div>

THX bakman2 !!

Will this also update NodeRed at the same time? Is this mandatory?

I´m really shy, leaving a stable platform and even more, loosing my scripts (I did the export of all flows, but...).

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [19 October 2019 18:37 UTC](https://discourse.nodered.org/t/update-to-2-17-1-missing-node-types/16891/4 "2019-10-19T18:37:41Z")

</div>

I think the script upgrades nodejs to v10 LTS.

I think it's worth doing. V8 is almost EOL and some nodes I've used don't work with V8 (not many and I can't remember which right now)

The script is very good and does pretty much every you need to be in a good running condition.

Not certain if it rebuilds so might be worth deleting node\_modules folder from .node-red folder then do npm install (someone else might have more accurate info on whether the script does this for you but there is no harm in doing it)

---

<div class="post-metadata">

### Author: ![jjs](https://avatars.discourse-cdn.com/v4/letter/j/94ad74/32.png) [@jjs](https://discourse.nodered.org/u/jjs)
#### Post date: [19 October 2019 19:01 UTC](https://discourse.nodered.org/t/update-to-2-17-1-missing-node-types/16891/5 "2019-10-19T19:01:18Z")

</div>

Thanks to all!  
The update worked: most nodes (ex. email) and all my flows got carried over.  
I need to test now, whether all the hardware-near stuff is still working (I2C, timings,...).  
Since I run safety critical hardware (oil burner, flame detector, exhaust valve,...) directly, I will do this very careful.
