Reputation: 83
Hi I've just installed Meteor on Windows 7. Using the command prompt I was hoping I'd just type meteor but that's not working (not recognized). Do I need to set PATH?
Thanks Simon
Upvotes: 8
Views: 6137
Reputation: 2686
On windows its installed here
C:\Users\<username>\AppData\Local\.meteor
but meteor
command does not work sometime. To make meteor
command working you need to modify path variables as follows.
Automatically set Path (after installation)
C:\Users\<username>\AppData\Local\.meteor\
Modification (remove backslash)
C:\Users\<username>\AppData\Local\.meteor
Upvotes: 0
Reputation: 1659
C:\Users\yourUserName\AppData\Local\.meteor\
You can also set that in your PATH when it is missing there.
Upvotes: 7