Unable to run meteor app locally windows 7

前端 未结 1 509
青春惊慌失措
青春惊慌失措 2021-01-24 12:40

I\'m having trouble running my app from the command prompt line. I\'m not used to running apps, etc. from the terminal. I\'ll show you what I get below.

    C:\         


        
1条回答
  •  鱼传尺愫
    2021-01-24 13:24

    You don't want to create anything in the C:\Windows\system32 folder. This is probably the reason why your application is not created.

    Create a directory somewhere else, dedicated to your developments. C:\Dev, C:\Projects for exemple.

    Then, go to your directory, hold down the Shift key and right-click, the context menu should contain "Open command window here".

    Then, you can run your meteor commands.

    0 讨论(0)
提交回复
热议问题