-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install not working with podman #994
Comments
Issue could be related to RHEL and
vs.
|
@repomike If execSync() function can't execute make command, then its problem with |
@repomike Any update about this issue? Are you able to call execSync using a sample nodejs program? Thanks. |
I was able to use the emulator to build and run locally.
on my mac puts me into a new shell where i can issue the |
@repomike So, finally issue got resolved? |
I would say so. thanks |
Closing the issue now. Thanks. |
Please provide below information while opening an issue to understand your problem
registry.access.redhat.com/ubi8/nodejs-20:1-38.1712567745
ibm_db
version3.2.4
Please provide below problem specific info:
=========================================
We recently switched from
docker
topodman
and trying to build an image for our application based on the RHEL node.js image fails to installibm_db
. The build just hangs on driverInstall.js.I can verify that a node app builds and runs without
ibm_db
but we think we've narrowed it down to theexec
statement in thedriverInstall.js
file that can't issue themake
command to get the version.The text was updated successfully, but these errors were encountered: