Try downgrading the http-server version as the latest version (0.10.0 and 0.11.0) is causing issue due to ecstatic (3.3.2).
Try uninstalling the current http-server version and then try to install 0.9.0 or older version
Uninstall
npm uninstall -g http-server
Install
npm install http-server@0.9.0