Closed
Description
Per today's TC meeting, we're going to rename the binary to iojs
and ln -s iojs node
on install, provided there isn't already a binary with that name in the target directory.
Symlinks on Windows require elevated privileges and are therefore probably not an option. What to do? I see two options:
- Only install
iojs
, no symlink. Least amount of effort. - Provide a stub
node.exe
ornode.cmd
(if that works) that executesiojs
. - Something else - but what?
Input welcome.