I have a node.js v4.2.1 and gulp. I use gulp-sass. After the first compilation i get css file with permissions.
ls -la
-r--rw-r-- 1 user user 190K Oct 27 03:01 common.min.css
After subsequent compilations i get error.
stream.js:74
throw er; // Unhandled stream error in pipe.
^
Error: EACCES: permission denied, open '/home/user/prj/sample/front/bin/css/common.min.css'
at Error (native)
Why it is happens? Why is it sets this permissions? Previously, no such problems. Thank's.