Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce this package only installing on non-windows OS's #119

Merged
merged 1 commit into from
Nov 3, 2016

Conversation

MarshallOfSound
Copy link
Contributor

When using this module in a cross-platform desktop application through a tool such as electron the npm install will fail (on windows) on this module due to the cpp imports not existing. The standard way to fix this is to install this module as an optionalDependency and for this module to internally declare which OS's it works on. As far as I can tell that is everything other than windows

@MarshallOfSound MarshallOfSound changed the title Enforce this package only installing on linux OS's Enforce this package only installing on non-windows OS's Mar 19, 2016
@Shouqun Shouqun merged commit 1b4ecb0 into Shouqun:master Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants