GoogleChromeLabs / tooling.report

tooling.report a quick way to determine the best build tool for your next web project, or if tooling migration is worth it, or how to adopt a tool's best practice into your existing configuration and code base.
https://tooling.report
Apache License 2.0
847 stars 49 forks source link

Dev server fails to serve #451

Open argyleink opened 2 years ago

argyleink commented 2 years ago

Latest npm install and attempt to run this project fails, the server crashes on page request. User reported here and I came to the same conclusion to restore local dev:

changing http-server -c-1 .tmp/build/static | head -5 to http-server -c-1 .tmp/build/static resolves failing page requests.

the console error gives a decent clue about it, but could be better.