My build fails without any useful information. The problem started when I added ethers
library as a dependency to my package.json
file.
Here's output from web console:
Pulling image "registry.access.redhat.com/rhscl/nodejs-6-rhel7@sha256:0860a4ccdc062f5ab05ec872298557f02f79c94b75820ded9a16211d8ab390ce" ...
---> Installing application source ...
---> Building your Node application from source
> grpc@1.7.1 install /opt/app-root/src/node_modules/grpc
> node-pre-gyp install --fallback-to-build --library=static_library
Command oc status -v
gives nothing usefull either.
All I can say is that the issue has something to do with node-pre-gyp
or node-gyp
compiling. I'm totally out of my depth here. Any advice?