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

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -