# Raspberry Pi missing nodes after update

**URL:** https://discourse.nodered.org/t/raspberry-pi-missing-nodes-after-update/101706
**Category:** Dashboard
**Created:** [31 August 2026 06:44 UTC](https://discourse.nodered.org/t/raspberry-pi-missing-nodes-after-update/101706 "2026-08-31T06:44:56Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![TrickyZXR](https://avatars.discourse-cdn.com/v4/letter/t/e495f1/32.png) [@TrickyZXR](https://discourse.nodered.org/u/TrickyZXR)
#### Post date: [31 August 2026 06:44 UTC](https://discourse.nodered.org/t/raspberry-pi-missing-nodes-after-update/101706/1 "2026-08-31T06:44:56Z")

</div>

Hi, I updated from the dashboard v4 installed on my rpi, as it said there were updates and when it restarted it says:  
Flows stopped due to missing node types.

- ui-base
- ui-theme
- ui-page
- ui-group
- ui-text
- ui-switch
- ui-template
- ui-led
- ui-button

Now my flows wont run as they are missing. I have tried a fresh install and now have v3.1.0 installed together with Dashboard v1 but i did, i think, have dashboard v2 as well.

Has anyone else come across this problem and can give me some guidance please?

---

<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: [31 August 2026 07:01 UTC](https://discourse.nodered.org/t/raspberry-pi-missing-nodes-after-update/101706/2 "2026-08-31T07:01:27Z")

</div>

Hi, welcome to the forum.

Unfortunately, there is quite a lot of information missing to truly help you and some things that seem a bit off

> [@TrickyZXR](#):
>
> dashboard v4

There is no dashboard V4

> [@TrickyZXR](#):
>
> - ui-base
> - ui-theme
> - ui-page
> - ui-group
> - ui-text
> - ui-switch
> - ui-template
> - ui-led
> - ui-button

These are all FlowFuse dashboard nodes (aka dashboard 2)

> [@TrickyZXR](#):
>
> I have tried a fresh install and now have v3.1.0 installed

Is this a version of node-red or a version of dashboard 1? You really should be moving on to the 4.x or 5.x stream of node-red.

Also, what version of node.js do you have installed?

---

<div class="post-metadata">

### Author: ![TrickyZXR](https://avatars.discourse-cdn.com/v4/letter/t/e495f1/32.png) [@TrickyZXR](https://discourse.nodered.org/u/TrickyZXR)
#### Post date: [31 August 2026 07:18 UTC](https://discourse.nodered.org/t/raspberry-pi-missing-nodes-after-update/101706/3 "2026-08-31T07:18:17Z")

</div>

Hi thank you for replying. Apologies new to Node-Red. To answer your questions / comments.

menu shows 4.1.8: Maintenance Release  
node.js is v18 as was told by AI for rpi gpio to work best downgrade from 22 to 18.

All install was done from rpi cli but update was done via dashboard.  
Can you recommend a guide for fresh install of 5.x please?  
Thank you for you help.

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [31 August 2026 07:40 UTC](https://discourse.nodered.org/t/raspberry-pi-missing-nodes-after-update/101706/4 "2026-08-31T07:40:37Z")

</div>

> [@TrickyZXR](#):
>
> Can you recommend a guide for fresh install of 5.x please?

There is an installation script for the Raspberry Pi, for details see [Running on Raspberry Pi : Node-RED](https://nodered.org/docs/getting-started/raspberrypi) .

By default it will install Node-red v5 and (I think) node.js v24

When you first go into the NR editor it should mention any missing nodes. There is a button "Install All".

The script accepts an option `--clean` if you really want a 'fresh' install, but it will delete all of your flows, settings and installed nodes.

> [@TrickyZXR](#):
>
> told by AI for rpi gpio to work best downgrade from 22 to 18.

The minimum node.js version for NR 5 is 22.

There are many threads in this forum and elsewhere regarding difficulties with gpio, especially since the OS was updated to Trixie. I think the gpio nodes should be working in v5 but I don't use Pi gpio so cannot be sure.

---

<div class="post-metadata">

### Author: ![gerry](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gerry/32/21604_2.png) [@gerry](https://discourse.nodered.org/u/gerry)
#### Post date: [31 August 2026 10:48 UTC](https://discourse.nodered.org/t/raspberry-pi-missing-nodes-after-update/101706/5 "2026-08-31T10:48:57Z")

</div>

I use NR5 on a pi4 with about 9 gpio pins with no problem. Running Trixie now but everything solid for several versions  
[EDIT]  
I thought the gpio issue was pi 5 related not trixie  
[Another edit]  
I'm running js24

---

<div class="post-metadata">

### Author: ![TrickyZXR](https://avatars.discourse-cdn.com/v4/letter/t/e495f1/32.png) [@TrickyZXR](https://discourse.nodered.org/u/TrickyZXR)
#### Post date: [31 August 2026 18:50 UTC](https://discourse.nodered.org/t/raspberry-pi-missing-nodes-after-update/101706/6 "2026-08-31T18:50:32Z")

</div>

Thank you @jbudd and @gerry.

I have exported my project so have the json file stored so does v5 allow nodes from dashboard and and dashboard 2.0 or will I have to recreate my switch / templates / buttons from scratch? Thank you.

---

<div class="post-metadata">

### Author: ![TrickyZXR](https://avatars.discourse-cdn.com/v4/letter/t/e495f1/32.png) [@TrickyZXR](https://discourse.nodered.org/u/TrickyZXR)
#### Post date: [31 August 2026 19:58 UTC](https://discourse.nodered.org/t/raspberry-pi-missing-nodes-after-update/101706/7 "2026-08-31T19:58:27Z")

</div>

Answered my own question by installing v5, importing my flows and v5 gave me option to install missing nodes. Thank you for all the help.
