saltyorg / Sandbox

Saltbox Sandbox
GNU General Public License v3.0
70 stars 97 forks source link

Jellystat issue #315

Closed Linusten closed 9 months ago

Linusten commented 9 months ago

Container won't run, error:

`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! To permanently fix this problem, please run: npm ERR! sudo chown -R 1001:1001 "/.npm" npm ERR! Log files were not written due to an error writing to the directory: /.npm/_logs npm ERR! You can rerun the command with --loglevel=verbose to see the logs in your terminal

jfstat@1.0.9 start cd backend && node server.js npm ERR! code EACCES npm ERR! syscall mkdir npm ERR! path /.npm npm ERR! errno -13`

Linusten commented 9 months ago

Think it is related to this issue: https://github.com/CyferShepard/Jellystat/issues/148