Skip to content

install,windows: symlink iojs -> node? #140

Closed
@bnoordhuis

Description

@bnoordhuis

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:

  1. Only install iojs, no symlink. Least amount of effort.
  2. Provide a stub node.exe or node.cmd (if that works) that executes iojs.
  3. Something else - but what?

Input welcome.

/cc @domenic @piscisaureus

Metadata

Metadata

Assignees

Labels

questionIssues that look for answers.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions