Babun 或 Cygwin 与流星

Babun or Cygwin with Meteor

在 Windows 上打开一个正常的 cmd 提示并键入:

meteor

将正常工作。但在 Cygwin(或 Babun)中不起作用:

zsh: command not found: meteor

如何让它发挥作用?

添加别名非常有效:

alias meteor="meteor.bat"