Empty engines.json not handled
Closed this issue · 1 comments
BenElgar commented
If the engines.json
is empty then uni won't function correctly:
❯ ./bin/uni build
Error: EOF
EOF
The workaround is to do uni clean
.
brandonbloom commented
Fixed: 440457...b249e55