Unable to install node-red-cf-ready

Hi all,
I'm trying to install an application that allows the use of node-red in any cloud foundry istance.
The project is available at the following link:

When I put the command:

cf push node-red-cf-exprivia

I see a lot of failure (see log below).
Please let me know how to fix the issue.
Thank you .
Best regards.
Luigi Alboino

node-gyp rebuild
.....
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/tmp/contents397849010/deps/0/node/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:203:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Linux 4.15.0-55-generic
gyp ERR! command "/tmp/contents397849010/deps/0/node/bin/node" "/tmp/contents397849010/deps/0/node/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /tmp/app/node_modules/utf-8-validate
gyp ERR! node -v v12.6.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
serialport@1.4.10 install /tmp/app/node_modules/serialport
node-pre-gyp install --fallback-to-build
Request error: Get api.cf.eu10.hana.ondemand.com/v2/apps/c08a4617-3e4b-4ef2-b31f-66bd7128a65e: dial tcp: lookup api.cf.eu10.hana.ondemand.com: no such host
TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.
FAILED

That hasn’t been updated for 4 years, Node-RED has moved on a bit since then.

I guess it isn’t compatible with nodejsv12

I put the command:
node-red -v
and my versions are the following:
5 Sep 15:21:46 - [info] Node-RED version: v0.19.5
5 Sep 15:21:46 - [info] Node.js version: v10.15.1
Have I to update node-red to a newer version?
Thank you.

I have never seen this project and as Mark says, it hasn't been touched for a long time.

The biggest clue is in the log you've posted:

That is a CF specific issue - nothing to do with Node-RED or the version of Node.js.

It also looks to be a fork of node-red to run on cf rather than a node-red node to do that