Meteor is not recognized as an internal or external command windows 8.1

Hello!

I cant use the meteor command in the command prompt: meteor is not recognized as an internal or external command.

I’ve installed node.js before the meteor installation. All i can find under my AppData/Local is file called .meteorsession

Does anyone know how to fix this problem?

You should have a .meteor folder under your AppData\local folder. Also, your system PATH variable needs to include your AppData\Local\.meteor\ folder.

You do not need to pre-install node. The Meteor installer automatically installs the correct version of node for you (as it also does for MongoDB). I wonder if this is what is causing your problem?