When attempting to follow the Meteor Tutorial under Windows7, after doing a successful Meteor install under Step 0, Step 1 starts with “open a terminal”, which results in a “command not recognized error”.
I had to “open a terminal with Administrator privileges”.
The underlying problem is the PATH variable: The path to meteor.bat is present in %PATH% only when the shell is run with Administrator privileges.
Is this the intended behavior? It seems very odd, given that the app itself is installed under the user AppData directory.
This could be either an installer bug or a tutorial bug, tough for me to tell.