I searched for the cause of this error and found that I have to change permissions or run gulp using sudo, but still got the same error. Can anyone please help...
in
It looks like you don't have permission to run some files, Try by typing next command on the root path of your project:
chmod -R u+x .
If it is fixed now you must find which files had the incorrect permissions. Type next command if you want to undo changes to find those problematic files:
git checkout -- .