Hi,
In settings I have session time set for 14 days.
But many users have a problem that they are being logged out every day.
I also need to log in every single day.
Where I can look for the issue ?
When I run npm install
, I get this error:
gyp WARN EACCES user root does not have permission to access the dev dir /root/.node-gyp/0.10.24
Then it tries to download node-v0.10.24.tar.gz this way:
gyp WARN EACCES attempting to reinstall using temporary dev dir "/var/www/nodebb/node_modules/bcrypt/.node-gyp"
gyp http GET http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz
Why it happens?
hey @reaon, have a look here and see if it can help you?
https://github.com/isaacs/npm/issues/2952
what is your node version?
[email protected]:~$ node -v
v0.10.24