Problem installing dashboard on IBM Cloud

I am trying to install the dashboard module in the Starter node-red app on IBM cloud. I can get the starter app deployed OK but when I use the Palette Manager to try and add the dashboard module the install fails with.

debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (ReDos Vulnerability Regression Visibility Notice · Issue #797 · visionmedia/debug · GitHub)

I tried putting "debug": ">=4.3.1" in the package.json but that had no effect.

Has anyone got any ideas on how to fix this?

Hi @rogerjames99

that doesn't look like a fatal error - just a warning.

What you're more likely to be hitting is the limited memory available to the app.

The recommended way of adding new nodes is through editing the package.json file so it gets installed as part of the base application image that is run.

Our IBM Developer guide for the starter kit explains how to do it: Create a Node-RED starter application – IBM Developer

Hi Nick,
That did the trick.
Thanks.

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