Simon B
Simon B

Reputation: 83

Where is Meteor installed on Windows?

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

Answers (2)

Lokinder Singh Chauhan
Lokinder Singh Chauhan

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

Sceptic
Sceptic

Reputation: 1659

C:\Users\yourUserName\AppData\Local\.meteor\

You can also set that in your PATH when it is missing there.

Upvotes: 7

Related Questions