How to fix ( Error: EACCES: permission denied, mkdir )
Nodejs and NPM have made life so easier. If you use Gulp toolkit with it I am sure you love it 😍 However, I came across Error: EACCES: permission denied, mkdir (directory permissions) issue today when I tried to install all gulp packages and their dependencies with the following commands in a project. $ npm install I also [...]
Fahid Javid