-
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
Should --version be more verbose? #372
Comments
that's a big if, this is part of a larger discussion about versions and identification, see the last TC meeting video & minutes (soon to be pushed in a pull request to this repo by me) #300 |
+1, I think we really need some clear indication whether we use iojs or node.js e.g. currently npm error log doesn't indicate that we use iojs. Imagine now, that at some point when node.js and iojs versions will overlap, dev will need to confirm everytime with a bug submitter wether he used node.js or iojs, as debug log output won't expose that. Really, let's fix that. |
See #253 (comment) and #253 (comment) |
Should running
--version
mention "iojs" in addition to the version number (at least when invoked withnode -v
)? I guess this doesn't matter much at the moment, but could cause confusion later on if node actually hits 1.0.The text was updated successfully, but these errors were encountered: