# No manage pallete selection in drop down menu

**URL:** https://discourse.nodered.org/t/no-manage-pallete-selection-in-drop-down-menu/95192
**Category:** General
**Created:** [6 February 2025 19:52 UTC](https://discourse.nodered.org/t/no-manage-pallete-selection-in-drop-down-menu/95192 "2025-02-06T19:52:59Z")
**Posts on this page:** 8
**Page:** 1

<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: [6 February 2025 19:52 UTC](https://discourse.nodered.org/t/no-manage-pallete-selection-in-drop-down-menu/95192/1 "2025-02-06T19:52:59Z")

</div>

Pi4, node red 4.08, js 22, just like it says there is no manage pallete in the drop down menu. Restarted node red, no effect. Rebooted pi no effect. Out of 3 pi's this is the only one doing this. Any quick fix or do a reinstall?  
Thanks

---

<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: [6 February 2025 20:08 UTC](https://discourse.nodered.org/t/no-manage-pallete-selection-in-drop-down-menu/95192/2 "2025-02-06T20:08:38Z")

</div>

Open a command window and see what this command shows  
`npm -v`  
I suspect that npm is not installed.

The pi install script should install nodejs in a way that includes npm.

---

<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: [6 February 2025 20:09 UTC](https://discourse.nodered.org/t/no-manage-pallete-selection-in-drop-down-menu/95192/3 "2025-02-06T20:09:59Z")

</div>

Also, to rule out its not an account thing, do `npm -v` in an exec node (that will use the account node-red is running in)

---

<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: [6 February 2025 22:23 UTC](https://discourse.nodered.org/t/no-manage-pallete-selection-in-drop-down-menu/95192/4 "2025-02-06T22:23:21Z")

</div>

if I run it in a shell, I get  
10.9.2

if I run it in an exec node I get  
Command failed: npm -v  
/bin/bash: line 1: npm: command not found

---

<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: [6 February 2025 22:43 UTC](https://discourse.nodered.org/t/no-manage-pallete-selection-in-drop-down-menu/95192/5 "2025-02-06T22:43:47Z")

</div>

by the way I installed node red using the install script

---

<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: [7 February 2025 07:33 UTC](https://discourse.nodered.org/t/no-manage-pallete-selection-in-drop-down-menu/95192/6 "2025-02-07T07:33:50Z")

</div>

How do you run node red?

Edit: If it runs automatically on startup then run these commands and show us what is output to the terminal.

```auto
node-red-stop
node-red-start

```

Note the dashes in the commands, no spaces.

---

<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: [7 February 2025 15:10 UTC](https://discourse.nodered.org/t/no-manage-pallete-selection-in-drop-down-menu/95192/7 "2025-02-07T15:10:15Z")

</div>

to save everyone time after being pointed in the right direction it's obvious npm wasn't working or at least working right. Since it had been working I thought some upgrade must have clobbered it. I did the apt-get update and apt-get upgrade and now everything seems to be working. I hope. To answer @Colin message node red starts automatically and when I ran the stop and start commands it complained about npm not being installed. Since his was the first answer I marked his as the solution. Not to slight @Steve-Mcl  
Thanks for the pointers

---

<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: [21 February 2025 15:11 UTC](https://discourse.nodered.org/t/no-manage-pallete-selection-in-drop-down-menu/95192/8 "2025-02-21T15:11:09Z")

</div>

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