How to start http-server locally
问题 I cloned angular seed which is using node http-server and it is working perfectly using following configuration. Command : npm start (from root of project) Following configuration in package.json file: "start": "http-server -a localhost -p 8000 -c-1", Link to file However I'm unable to start this server directly. eg: from root of the project, none of these commands work: > angular-seed npm http-server > angular-seed node http-server > angular-seed http-server Shouldn't this(http-server) be