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

[BUG] Docker-compose up -d --build has problem with bundler #4389

Open
cod3r0k opened this issue Mar 8, 2024 · 0 comments
Open

[BUG] Docker-compose up -d --build has problem with bundler #4389

cod3r0k opened this issue Mar 8, 2024 · 0 comments
Labels

Comments

@cod3r0k
Copy link

cod3r0k commented Mar 8, 2024

I am having an issue when trying to set up Common Voice using Docker Compose.

here is f7bbcf4aa4ef common-voice_bundler 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp logs:

npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /home/node/code/node_modules
npm ERR! errno -13
npm ERR!
npm ERR! Your cache folder contains root-owned files, due to a bug in
npm ERR! previous versions of npm which has since been addressed.
npm ERR!
npm ERR! To permanently fix this problem, please run:
npm ERR!   sudo chown -R 10001:10001 "/home/node"

npm ERR! A complete log of this run can be found in: /home/node/_logs/2024-03-08T16_41_55_510Z-debug-0.log
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /home/node/code/node_modules
npm ERR! errno -13
npm ERR!
npm ERR! Your cache folder contains root-owned files, due to a bug in
npm ERR! previous versions of npm which has since been addressed.
npm ERR!
npm ERR! To permanently fix this problem, please run:
npm ERR!   sudo chown -R 10001:10001 "/home/node"

It never run and exit

@cod3r0k cod3r0k added the Bug label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant