Where is Meteor installed on Windows?

↘锁芯ラ 提交于 2019-12-23 08:29:10

问题


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


回答1:


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

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




回答2:


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


来源:https://stackoverflow.com/questions/31616277/where-is-meteor-installed-on-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!