Search code examples
windowsmeteorcygwinbabun

Babun or Cygwin with Meteor


Opening a normal cmd prompt on Windows and typing:

meteor

Will work correctly. But won't work in Cygwin (or Babun):

zsh: command not found: meteor

How to make it work ?


Solution

  • Adding an alias works like a charm:

    alias meteor="meteor.bat"