This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Description
On a multi-user system, anyone after the first user will get the message "Error: EPERM, operation not permitted '/tmp/gulp-ruby-sass'" due to attempting to use the same temp directory as the first user.
Suggested solution: Give each user their own temp directory, such as "/tmp/gulp-ruby-sass-USERNAME".
This is on a similar topic to #121. I think this issue should be solved so that it does not require any work-around.