I have installed http-server using the following command:
npm i -g http-server
Upon running the server I get the response saying Running o
Running o
This issue is fixed in version 0.12.0, make sure you're upgraded by running
npm install --global http-server
If you use npx http-server it should use the latest version automatically.
npx http-server