For others who may run into this problem.
I am on Windows 10 and installed Meteor 1.4 . It turned out meteor command not found when trying to start meteor from the command line.
I checked the PATH variables for users and found this entry:
C:\Users\%username%\AppData\Local\.meteor\
I removed the last backslash, saved the PATH variables, and opened a new command line. Now the meteor crew has been recognized.
My PATH variable now looks like this: the last deleted backslash:
C:\Users\%username%\AppData\Local\.meteor
Note. You can replace %username% with your actual Windows username. The recording should work fine, as the system will resolve it to your username.
Tayix source share