I have the following a simple sudo npm install
which keeps on failing on EACCESS error:
I have already tried the following on the server:
sudo chown -R jenkins /var/lib/jenkins/workspace/
sudo setfacl -R -m user:jenkins:rwx /var/lib/jenkins/workspace
But unfortunetly nothing seems to work.
Would love to hear some suggestions for what might cause the problem.
Thanks