-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Node.js vs io.js detection #9396
Comments
Comment by jasonsanjose Also, it's worth noting that node-sass is fixing their approach in a future release sass/node-sass#694. |
Comment by peterflynn I think |
Comment by busykai
|
Comment by petetnt Not valid issue anymore, closing |
Issue by jasonsanjose
Thursday Feb 26, 2015 at 18:51 GMT
Originally opened as adobe/brackets#10658
Now that io.js has forked, modules like node-sass are relying on the name of the executable to detect node vs. io.js.
Examples:
https://github.com/sass/node-sass/blob/master/lib/extensions.js#L9 resolves to
Brackets-node
Another example at stackexchange uses the same technique http://stackoverflow.com/questions/28259154/is-there-a-reliable-way-of-detecting-whether-io-js-or-node-js-is-running?rq=1.
Part of the responsibility should be on packages to do more robust detection. However, my question is, is there still a compelling reason to name our binary
Brackets-node
?The text was updated successfully, but these errors were encountered: