Tag: gulp
Fix Node Sass does not yet support your current environment on macOS
Video for who doesn’t like to read ;). And if you like the video then subscribe my channel and share this with others who has the same issue. Recently I came across this below error when I tried to run npm start command on my Mac. Error: Node Sass does not yet support your current…
Fix Unhandled rejection Error: EACCES: permission denied
I was trying to install gulp on my mac. But I was getting following errors while running command sudo npm install gulp -g Unhandled rejection Error: EISDIR: illegal operation on a directory, open ‘/Users/bhargav/.npm/_cacache/….’ Unhandled rejection Error: EISDIR: illegal operation on a directory, open ‘/Users/bhargav/.npm/_cacache/….’ npm ERR! cb() never called! npm ERR! This is an…