'http-server' is not recognized as an internal or external command

后端 未结 6 602
鱼传尺愫
鱼传尺愫 2021-02-05 11:12

After installing angular-seed project, i did the following steps:

Cloned the repository :

git clone https://github.com/angular/angular-seed.git <

6条回答
  •  时光说笑
    2021-02-05 12:08

    You can fix the issues by doing the following steps,

    1. Install http-server globally by npm install -g http-server
    2. Added 'PATH' in environment variable for system variable. Path will be like this C:\Users\username\AppData\Roaming\npm

提交回复
热议问题