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
it seems that the container needs root access
┌──────────────────────────────────────────────┐ -- | │ npm update check failed │ | │ Try running with sudo or get access │ | │ to the local update config store via │ | │ sudo chown -R $USER:$(id -gn $USER) /.config │ | └──────────────────────────────────────────────┘ | Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient. | npm ERR! path /.npm | npm ERR! code EACCES | npm ERR! errno -13 | npm ERR! syscall mkdir | npm ERR! Error: EACCES: permission denied, mkdir '/.npm' | npm ERR! { Error: EACCES: permission denied, mkdir '/.npm' | npm ERR! stack: 'Error: EACCES: permission denied, mkdir \'/.npm\'', | npm ERR! errno: -13, | npm ERR! code: 'EACCES', | npm ERR! syscall: 'mkdir', | npm ERR! path: '/.npm' } | npm ERR! | npm ERR! Please try running this command again as root/Administrator. | | ┌──────────────────────────────────────────────┐ | │ npm update check failed │ | │ Try running with sudo or get access │ | │ to the local update config store via │ | │ sudo chown -R $USER:$(id -gn $USER) /.config │ | └──────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it seems that the container needs root access
The text was updated successfully, but these errors were encountered: