Failed to install: node-red-dashboard (IBM)

Hi
I have this message "Failed to install" when I try to install anything at the palette, it's not just with the dashboard.
And it also says. "Check the log for more information", and at the log, there are these two lines:

npm install --no-audit --no-update-notifier --no-fund --save --save-prefix="~" --production node-red-dashboard@2.24.0
rc=null

Does anyone know what can I do? (I'm using node red from IBM)

Welcome to the forum.
What OS and hardware are you running on?
In a terminal go into your .node-red folder and run these commands. Copy/paste the output here, using the </> button at the top of the forum text window when pasting it.

node -v
npm -v
npm install node-red-dashboard

Thank you
But I'm using node red from IBM, and I don't think that I can use the terminal here.

Would have been useful to mention that in the title. I have no experience with that.

Yes, sorry :,(

This tutorial explains how to add nodes on the IBM Cloud by editing your application's package.json file:

1 Like

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