-
Notifications
You must be signed in to change notification settings - Fork 143
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
bug: Asdf nodejs plugin inside alpine container : ~/.asdf/installs/nodejs/17.3.0/bin/node: No such file or directory #281
Comments
I have moved this issue to the asdf-nodejs repo as I believe it's specific to nodejs.
You shouldn't need that line. And if you want to manually set the path asdf dirs should come before everything else. |
What happens if you run |
node-build does not yet support musl libc: nodenv/node-build#722 |
Hello @trompx, check if after following the steps on #190 (comment) you can get it working. |
This is a bit old but I'm seeing a similar behavior on alpine in my docker container. But mine looks like:
Any progress on this? I'm not even sure how to debug this. |
This likely an issue that is resolved by installing
|
@augustobmoura do you want to close this issue? Or is there something else we can do for it? |
Let's close this in favor of #190, we can keep the discussion over there |
Describe the Bug
I try to install asdf with nodejs plugin in an alpine docker container.
While it works in an ubuntu 18.04 docker image, it fails in alpine.
Steps to Reproduce
Start of the Dockerfile
And
End of the Dockerfile
Expected Behaviour
Node shoud be found like in ubuntu. I checked inside the container with a
ls /ci/.asdf/installs/nodejs/17.3.0/bin
and the node file exists.Actual Behaviour
I get the error:
Environment
asdf plugins affected (if relevant)
nodejs
The text was updated successfully, but these errors were encountered: