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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -