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?
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.
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).