Replies: 1 comment
-
Try to install pnpm with an unprivileged user or try another installation method. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there I just found about pnpm and it was a saver for my problem that I faced with npm and yarn.
One problem tho I have right now is how to build Docker Image with non privileged user with pnpm.
Previously I had this DockerFile
With pnpm it becomes a bit more complicated because as soon as I install pnpm I get Permission denied for the npm and build fails. And Instead I have to remove my
"Setup for unprivileged user"
and use root instead to be able to successfully build the image.If I want to use this
Then I'm unable to install with pnpm due to Permission Denied access.
How can I solve this
Beta Was this translation helpful? Give feedback.
All reactions