We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The package.json makes this project incompatible with OS X without using npm install -f, but passes all the tests on OS X via npm test.
npm install -f
npm test
Either add darwin to the package.json file, or omit the os section entirely since there appears to be no obvious reason why that section is included.
darwin
package.json
The text was updated successfully, but these errors were encountered:
Should be compatible with OS X. I didn't realize that the OS section is restrictive.
On Wed, Feb 10, 2016 at 9:10 AM, Steven [email protected] wrote:
The package.json makes this project incompatible with OS X without using npm install -f, but passes all the tests on OS X via npm test. Either add darwin to the package.json file, or omit the os section entirely since there appears to be no obvious reason why that section is included. — Reply to this email directly or view it on GitHub #6.
— Reply to this email directly or view it on GitHub #6.
Sorry, something went wrong.
No branches or pull requests
The package.json makes this project incompatible with OS X without using
npm install -f
, but passes all the tests on OS X vianpm test
.Either add
darwin
to thepackage.json
file, or omit the os section entirely since there appears to be no obvious reason why that section is included.The text was updated successfully, but these errors were encountered: