# Node-Red don't open anymore

**URL:** https://discourse.nodered.org/t/node-red-dont-open-anymore/16088
**Category:** General
**Created:** [30 September 2019 11:06 UTC](https://discourse.nodered.org/t/node-red-dont-open-anymore/16088 "2019-09-30T11:06:41Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Andrefs](https://avatars.discourse-cdn.com/v4/letter/a/ecae2f/32.png) [@Andrefs](https://discourse.nodered.org/u/Andrefs)
#### Post date: [30 September 2019 11:06 UTC](https://discourse.nodered.org/t/node-red-dont-open-anymore/16088/1 "2019-09-30T11:06:41Z")

</div>

![NodeRedError](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/c/c31a3cefc54208230f3c850c6985cacfb7a29e8a.png)

Anyone knows what the problem?  
Thanks

---

<div class="post-metadata">

### Author: ![afelix](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/afelix/32/9743_2.png) [@afelix](https://discourse.nodered.org/u/afelix)
#### Post date: [30 September 2019 11:10 UTC](https://discourse.nodered.org/t/node-red-dont-open-anymore/16088/2 "2019-09-30T11:10:22Z")

</div>

I need a bit more information... what platform are you running on, what version of node-js, what version of node-red?  
One of the errors showing repeatedly is about an mqtt broker on the same machine, did you ensure it is up and running?  
The error it appears to be crashing on deals with `node-red-contrib-mdashboard`, which version is this?

---

<div class="post-metadata">

### Author: ![Andrefs](https://avatars.discourse-cdn.com/v4/letter/a/ecae2f/32.png) [@Andrefs](https://discourse.nodered.org/u/Andrefs)
#### Post date: [30 September 2019 11:15 UTC](https://discourse.nodered.org/t/node-red-dont-open-anymore/16088/3 "2019-09-30T11:15:04Z")

</div>

I'm running on PC localhost.(windows)  
Node.js version 10.16.3

I followed this tutorial this week to install.  
[https://nodered.org/docs/getting-started/windows#running-on-windows](https://nodered.org/docs/getting-started/windows#running-on-windows)  
It was running well and stoped work during this morning.

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [30 September 2019 11:59 UTC](https://discourse.nodered.org/t/node-red-dont-open-anymore/16088/4 "2019-09-30T11:59:16Z")

</div>

You have also installed the `node-red-contrib-mdashboard` node, have you also installed the node-red-dashboard as well?

If you have they are conflicting with each other. Try uninstalling one ( I'd suggest mdashboard) and restarting Node-RED

---

<div class="post-metadata">

### Author: ![afelix](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/afelix/32/9743_2.png) [@afelix](https://discourse.nodered.org/u/afelix)
#### Post date: [30 September 2019 12:11 UTC](https://discourse.nodered.org/t/node-red-dont-open-anymore/16088/5 "2019-09-30T12:11:02Z")

</div>

It’s also warning about connectivity issue with a PLC, as well as a mysql database. While they didn’t cause the crash, might be worth looking into those as well

---

<div class="post-metadata">

### Author: ![Andrefs](https://avatars.discourse-cdn.com/v4/letter/a/ecae2f/32.png) [@Andrefs](https://discourse.nodered.org/u/Andrefs)
#### Post date: [30 September 2019 14:14 UTC](https://discourse.nodered.org/t/node-red-dont-open-anymore/16088/6 "2019-09-30T14:14:07Z")

</div>

> [@ukmoose](#):
>
> mdashboard

I erased mdashboard from nodered folder and already works.  
Thanks 😃
