# Help with "Module not locally installed.."

**URL:** https://discourse.nodered.org/t/help-with-module-not-locally-installed/63
**Category:** FAQs
**Created:** [10 May 2018 18:16 UTC](https://discourse.nodered.org/t/help-with-module-not-locally-installed/63 "2018-05-10T18:16:56Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![Paul-Reed](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/paul-reed/32/66906_2.png) [@Paul-Reed](https://discourse.nodered.org/u/Paul-Reed)
#### Post date: [24 October 2018 21:09 UTC](https://discourse.nodered.org/t/help-with-module-not-locally-installed/63/10 "2018-10-24T21:09:55Z")

</div>

Tried to update `node-red-node-rbe` and it reports 'not installed locally' etc.

```auto
pi@raspberrypi:~ $ npm list -g node-red-node-rbe
/usr/lib
└─┬ node-red@0.19.4
  └── node-red-node-rbe@0.2.3

```

So following the above comments this thread;

```auto
pi@raspberrypi:~ $ npm uninstall -g node-red-node-rbe
up to date in 0.553s

```

...and it's still there!

```auto
pi@raspberrypi:~ $ npm list -g node-red-node-rbe
/usr/lib
└─┬ node-red@0.19.4
  └── node-red-node-rbe@0.2.3

```

Ideally, I would like to manage my nodes via the 'Manage Palette' interface.

npm version 6.4.1

---

_[View the full topic](https://discourse.nodered.org/t/help-with-module-not-locally-installed/63)._
