# Error to run node red?

**URL:** https://discourse.nodered.org/t/error-to-run-node-red/10103
**Category:** Forum Help
**Created:** [13 April 2019 12:11 UTC](https://discourse.nodered.org/t/error-to-run-node-red/10103 "2019-04-13T12:11:53Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![basant88](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@basant88](https://discourse.nodered.org/u/basant88)
#### Post date: [13 April 2019 12:11 UTC](https://discourse.nodered.org/t/error-to-run-node-red/10103/1 "2019-04-13T12:11:53Z")

</div>

Hello!

First, I'm new to nodejs and node-red. I had node-red working correctly as a service  
after I've added node-red-contrib-ble-heart-rate 0.2.0  
i got this error in node red

 ![error1](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/9/99d63f86fd948ebee7bcdb110d423bc76e69340d.png)

thanks

---

<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: [13 April 2019 12:21 UTC](https://discourse.nodered.org/t/error-to-run-node-red/10103/2 "2019-04-13T12:21:14Z")

</div>

i havent used the BLE node but seem to remember a post (have you searched?) about needing to install a bluetooth stack.

Hope that helps.

---

<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: [13 April 2019 12:23 UTC](https://discourse.nodered.org/t/error-to-run-node-red/10103/3 "2019-04-13T12:23:54Z")

</div>

oh, one more thing, it would seem that node is not handling its errors causing node-red to fault out. You should raise an issue on the github repo so the author can fix / handle this.

To get you going, use the `--safe` flag to launch node-red.

or, uninstall the node manually...

```auto
cd my_node_red_dir
npm uninstall __name_of_node__

```

---

<div class="post-metadata">

### Author: ![basant88](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@basant88](https://discourse.nodered.org/u/basant88)
#### Post date: [13 April 2019 12:34 UTC](https://discourse.nodered.org/t/error-to-run-node-red/10103/4 "2019-04-13T12:34:37Z")

</div>

thanks

can u explain how uninstall node red manually

---

<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: [13 April 2019 12:36 UTC](https://discourse.nodered.org/t/error-to-run-node-red/10103/5 "2019-04-13T12:36:57Z")

</div>

Why do you want to uninstall it? Surely you only want to remove the node that is breaking it?

If you really want to remove it then usually do the opposite of your install

E.g.  
`npm -g uninstall node-red`

---

<div class="post-metadata">

### Author: ![basant88](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@basant88](https://discourse.nodered.org/u/basant88)
#### Post date: [13 April 2019 12:41 UTC](https://discourse.nodered.org/t/error-to-run-node-red/10103/6 "2019-04-13T12:41:39Z")

</div>

i try this and install node red again  
but got the same error

i just want to run node red again

---

<div class="post-metadata">

### Author: ![basant88](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@basant88](https://discourse.nodered.org/u/basant88)
#### Post date: [13 April 2019 12:47 UTC](https://discourse.nodered.org/t/error-to-run-node-red/10103/7 "2019-04-13T12:47:08Z")

</div>

thanks i try to uninstall the node only

now work again
