StamusNetworks / scirius

Scirius is a web application for Suricata ruleset management and threat hunting.
GNU General Public License v3.0
621 stars 148 forks source link

npm install failure to make directory #153

Closed problematiq closed 5 years ago

problematiq commented 5 years ago

When on the step npm install it fails due to the directory /scirius/node_modules/node-sass/ not existing. Is it suppose to be performing a mkdir -p? I've insured it's not a permissions issue.

logs

gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/scirius/node_modules/node-sass/build'
gyp ERR! System Linux 4.4.0-116-generic
problematiq commented 5 years ago

you can change it to npm install --unsafe-perm=true --allow-root to bypass this.