Closed
Description
I've just installed io.js v1.0.3 on my machine and it didn't create symlinks to node.
When I now run node -v
I get v0.10.33
and when iojs -v
I get v1.0.3
.
Now, this might be because:
- windows doesn't have symlinks (so I thought, but I was just told on #io.js that it indeed has)
- I haven't run installer as an admin (but then it should ask me for elevation)
- it was never intended on Windows to do it (but then it creates inconsistency between platforms, not good IMO)
On a side note, I think installer should provide some info about what's gonna happen with the current node and npm installations.
Some additional info:
Installer file: *iojs-v1.0.3-x64*
System: *Win8.1x64*