-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Rename node -> iojs #249
Comments
@bnoordhuis Please let me know when you have a PR - I'll put in my node.exe stub. |
@isaacs is there any adjustment on npm that needs to be made in order to keep it compatible with this rename or will a symlink to |
npm uses the binary name |
Will there be any way of npm using some kind of feature detection to decide whether to use feature A or B when running under io.js? For instance, leveraging an important performance optimization. |
@ruimarinho Just the standard stuff you already have. process.execPath, process.version, feature detection for the existence of specific functions/etc. |
on Windows we will likely end up with |
I'll take care of the alias. |
Now that we're a few releases in, is there anything left to do here? |
No description provided.
The text was updated successfully, but these errors were encountered: