We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While running sudo docker run docker-android cd app npm install
throws this following error. By default it supposed to be root user. any idea why permission is still denied?! Docker os : Ubuntu
errno -1 npm ERR! Error: EPERM: operation not permitted, mkdir '/app/node_modules' npm ERR! [OperationalError: EPERM: operation not permitted, mkdir '/app/node_modules'] { npm ERR! cause: [Error: EPERM: operation not permitted, mkdir '/app/node_modules'] { npm ERR! errno: -1, npm ERR! code: 'EPERM', npm ERR! syscall: 'mkdir', npm ERR! path: '/app/node_modules' npm ERR! },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While running
sudo docker run docker-android
cd app
npm install
throws this following error. By default it supposed to be root user. any idea why permission is still denied?!
Docker os : Ubuntu
The text was updated successfully, but these errors were encountered: