[solved] Installing Meteor using Chocolatey on windows 10 issue

I am installing Meteor using the new Chocolatey installer, i followed the following steps:

1- run cmd as admin
2- install chocolatey
3- install meteor using “choco install meteor” command
4- it started installing meteor v0.0.2 and finished successfully and gave me running on localhost instructions.

when i run “meteor create app” command it gives me this error “meteor’ is not recognized as an internal or external”, i checked in my user’s appdata folder and found .meteor folder installed with meteor.bat existing.

i reinstalled sever times but no luck, any help is appreciated

Solved, actually a restart did it, i had no idea what was the cause.