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

Chokidar dependency hurts installation ergonomics #1282

Closed
stefanpenner opened this issue Jun 6, 2018 · 1 comment
Closed

Chokidar dependency hurts installation ergonomics #1282

stefanpenner opened this issue Jun 6, 2018 · 1 comment

Comments

@stefanpenner
Copy link
Contributor

stefanpenner commented Jun 6, 2018

https://github.com/qunitjs/qunit/blob/master/package.json#L34

Although this dependency is handy (and works well), it introduces a native dependency. Requiring a native dependency can hurt user adoption/ergonomics. Although some are prebuilt, users on newer versions (or odd version) of node, or users who switch node versions, must also deal with a less then ideal user experience.

I would recommend using: http://github.com/amasad/sane/

@trentmwillis
Copy link
Member

Fixed by #1283

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants