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

Temp directory not compatible with multi-user systems #276

@lkmorlan

Description

@lkmorlan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions