hello,
-
log.io does not get installed with the correct user, it is installed under root
sudo npm install -g
log.io --user "someadminuser" --unsafe-perm
- I had to dig the web to find "--unsafe-perm" option, otherwise I get this error
WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.3.1"
can someone enlight me on this ? on my debian boxes all roots acounts are disabled for security reasons
thanks