I run npm install lodash but it throws Error: EACCES: permission denied error. I know it is permission issue but as far as I know, sudo permission
It doesn't have write permissions for others (r-x). Try with
others
chmod a+w
and repeat.