# How to install lower version dashboard?

**URL:** https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928
**Category:** Dashboard
**Created:** [24 February 2022 13:40 UTC](https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928 "2022-02-24T13:40:17Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![AK51](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ak51/32/8438_2.png) [@AK51](https://discourse.nodered.org/u/AK51)
#### Post date: [24 February 2022 13:40 UTC](https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928/1 "2022-02-24T13:40:17Z")

</div>

Hi,

I have a github project using node-red. Everything is fine but recently, people start to ask me why the dashboard installation fail. I need to use old version of node-red because of the some other installation. How can install older version of dashboard?

Thx

---

<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: [24 February 2022 13:53 UTC](https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928/2 "2022-02-24T13:53:57Z")

</div>

If you really need to do this then go into the .node-red directory and run  
`npm install node-red-dashboard@a.b.c`  
where a.b.c is the required version obviously. Then restart node red and clear the cache in any browsers in use.

Exactly what installation problem is being seen?

---

<div class="post-metadata">

### Author: ![AK51](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ak51/32/8438_2.png) [@AK51](https://discourse.nodered.org/u/AK51)
#### Post date: [24 February 2022 13:58 UTC](https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928/3 "2022-02-24T13:58:43Z")

</div>

If I simply install dashboard in the browser

 ![dash1](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/c/8/c837ae5c344b41579300c827ddd6c664438ad251.jpeg)

When I tried to install it in npm....

 ![dash2](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/e/a/ea4135db61aaae15715699f9f876e724be57ad35.jpeg)

---

<div class="post-metadata">

### Author: ![AK51](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ak51/32/8438_2.png) [@AK51](https://discourse.nodered.org/u/AK51)
#### Post date: [24 February 2022 14:10 UTC](https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928/4 "2022-02-24T14:10:15Z")

</div>

Hi,

I still cannot see the dashboard after reboot. Thx

---

<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: [24 February 2022 14:13 UTC](https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928/5 "2022-02-24T14:13:22Z")

</div>

The reason the first one has failed is that you are using an old version of nodejs that is no longer supported by the nodejs developers. You should upgrade to at least v12 and preferably v14 or 16.

The second one has installed it, but you have installed it in the wrong directory. You should be in the .node-red folder (as I stated in my first post).

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [24 February 2022 14:13 UTC](https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928/6 "2022-02-24T14:13:58Z")

</div>

You ran the install in the wrong directory. You should run it in `/home/pi/.node-red`

---

<div class="post-metadata">

### Author: ![AK51](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ak51/32/8438_2.png) [@AK51](https://discourse.nodered.org/u/AK51)
#### Post date: [24 February 2022 14:28 UTC](https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928/7 "2022-02-24T14:28:13Z")

</div>

Yes, it works now. Thx  
The folder is /root/.node-red

---

<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: [24 February 2022 15:04 UTC](https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928/8 "2022-02-24T15:04:49Z")

</div>

You should not be running node-red as root unless you have a good reason for that.

---

<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: [10 March 2022 15:05 UTC](https://discourse.nodered.org/t/how-to-install-lower-version-dashboard/58928/9 "2022-03-10T15:05:43Z")

</div>

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