I was starting meteor project and I found this error.
'meteor' is not recognized as an internal or external command,
operable program or batch file.
How can I solve this problem? I am using windows 10 system.
I was starting meteor project and I found this error.
'meteor' is not recognized as an internal or external command,
operable program or batch file.
How can I solve this problem? I am using windows 10 system.
It's likely you don't have meteor
in your windows path, and so your shell doesn't know where to find it.
You'll need to add it and then you should be able to use it as usual. Your meteor path should be something like C:\Users\<username>\AppData\Local\.meteor
. If you're not sure how to add it to your PATH, here's a good link which explains it well
How to add a folder to `Path` environment variable in Windows 10 (with screenshots)