Skip to content

Remove OS restriction #12

@aggregate1166877

Description

@aggregate1166877

This library is useful for solving cross-platform concerns: it allows setting Bash-style env vars on Windows, and is completely ignored on Linux. It's a win-win.

The problem is that the package.json file disallows installation of this library on non-Windows machines by default, which means that NPM crashes with an OS-not-supported error. This makes no sense as non-Windows systems simply ignore the package if installed, meaning everything works correctly everywhere if the OS restriction is removed.

I forked this repo over a month ago, removed the OS restriction to allow installation on Linux, and have been using it with multiple projects on Ubuntu Linux. I have experienced no issues whatsoever.

Would you please considering removing the OS restriction from this library?

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