windows - Babun or Cygwin with Meteor -
opening normal cmd prompt on windows , typing:
meteor
will work correctly. won't work in cygwin (or babun):
zsh: command not found: meteor
how make work ?
adding alias works charm:
alias meteor="meteor.bat"
Comments
Post a Comment