0

I had a demo that used to work on IBM Cloud and now it doesn't. I'm not sure if this is even the problem ... but I can't figure out how to get this error (Using an unsupported version of Node.js You should upgrade to the latest Node.js LTS release) to go away. Why doesn't the error go away in the first place (dismiss the box). The warning triangle to the right links to nothing.

I read this to fix it : IoTP boilerplate Node RED complains about unsupported version of Node.js but have no idea how to do this

Here is a screen cap of what's going on:

https://1drv.ms/u/s!AjrmYxA_2hoGh_FEI7bsXW6O_mKHmg

hardillb
  • 54,545
  • 11
  • 67
  • 105
Paul Z
  • 53
  • 6

1 Answers1

0

You need to enable Continuous delivery mode for your application.

This will give you a git repository for your deployed application along with a web based editor that will allow you to make the change to the file.

hardillb
  • 54,545
  • 11
  • 67
  • 105
  • Thanks - I didn't . realize you answered this and found out how to do it and posted my answer to my question. Unreal there aren't simple instructions attached to the error to do that ... but alas – Paul Z Sep 13 '19 at 11:28