You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that nodejs processes are run under user node in dev container, whereas user in terminal is different. It cause permission denied problems.
For example, a new directory created from terminal in Theia has owner, say, user and permissions drwxr-xr-x. So when a nodejs process is running even from the same shell, and nodejs script tries to write something in that dir - it will fail with permission denied.
For example, because of described above problem yo generator fails to run (just type yo in terminal). But it is not only about yo...
Faced at least on minikube with Che multiuser.
The text was updated successfully, but these errors were encountered:
The problem is that nodejs processes are run under user
node
in dev container, whereas user in terminal is different. It cause permission denied problems.For example, a new directory created from terminal in Theia has owner, say,
user
and permissionsdrwxr-xr-x
. So when a nodejs process is running even from the same shell, and nodejs script tries to write something in that dir - it will fail with permission denied.For example, because of described above problem
yo
generator fails to run (just typeyo
in terminal). But it is not only aboutyo
...Faced at least on minikube with Che multiuser.
The text was updated successfully, but these errors were encountered: