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

后端 未结 6 695
鱼传尺愫
鱼传尺愫 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条回答
  •  萌比男神i
    2021-02-05 12:02

    For me all that had to be done after the basic install

    npm install http-server -g
    

    Is to run as administrator from the project directory this command:

    http-server dist/project-name
    

提交回复
热议问题