saltyorg / Sandbox

Saltbox Sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jellystat issue

Linusten opened this issue · comments

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`

Think it is related to this issue: CyferShepard/Jellystat#148