I have a docker container to work in. I now have to install module inside the container (npm i
) but I get the error message checkPermissions Missing write access to ../node_moduleslTree path /node_modules
.
I can't change the docker file. Is there any way to change the permissions of the folder inside docker (shell). Or maybe switch User?
Greetings