Closed
Description
Before releasing iojs 1.0 we decided that we'd support node
as an alias for iojs.
The reasoning was that many npm packages hard-code the binary name to be 'node'.
This has upset people in different categories, generally the people that want to use iojs side-by-side with node complain about the (sym)link where others complain that the symlink solution doesn't work well enough.
In the meantime npm packages remain dependent on the binary name being 'node' because we claim that this is fully supported and it works most of the time.
I move to for alternative solutions asap and eventually deprecate the 'node' alias.
A couple places where a hard-coded node alias turns up:
- javascript files (replace by process.execPath)
- package.json (replace by placeholder? needs support in npm)
- shell scripts / shebang lines (?)