Followed the instruction in `README.md` ``` make update make build ``` But got an error: ``` Error: ENOENT: no such file or directory, open ' ... /ninja/build/index.html' ``` My quick solution: Create an empty `build` folder at ' ... /ninja ' (the root of repo), it works.