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