Skip to content
New issue

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

pod fails on openshift #4

Open
der-ali opened this issue Oct 19, 2018 · 0 comments
Open

pod fails on openshift #4

der-ali opened this issue Oct 19, 2018 · 0 comments

Comments

@der-ali
Copy link

der-ali commented Oct 19, 2018

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 │
  | └──────────────────────────────────────────────┘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant