# 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:** 11

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [24 October 2018 21:28 UTC](https://discourse.nodered.org/t/help-with-module-not-locally-installed/63/11 "2018-10-24T21:28:14Z")

</div>

It's a core node so is under the main node-red global install (as you have shown). So if you are using Node-RED pre v0.19.4 you do need to use sudo to remove it from the correct place

```
cd /usr/lib/node_modules/node-red/node_modules
sudo npm uninstall node-red-node-rbe

```

then you can re-install it from the palette.

If using 0.19.4 or more recent - you can just install a newer version locally and we will ignore the core one

```
cd ~/.node-red && npm i node-red-node-rbe

```

PS- Always worth checking what was actually changed... in this case just the Japanese locale file... so unless you need it - don't worry about it.

---

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