ninja icon indicating copy to clipboard operation
ninja copied to clipboard

Build needs an empty folder to work

Open medifle opened this issue 4 years ago • 0 comments

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.

medifle avatar Jan 12 '21 02:01 medifle