We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I suspect there's a directory missing in the repository. When I try to use npm start or make ui, it complains that index.html is missing:
npm start
make ui
$ npm start > webui@0.1.0 start /home/yvanoers/src/dkron_git/dkron/ui > react-scripts start Could not find a required file. Name: index.html Searched in: /home/yvanoers/src/dkron_git/dkron/ui/public
Could you add the missing file(s)? Or update the README.md appropriately?
The text was updated successfully, but these errors were encountered:
You are right, thanks for noticing @yvanoers! fixed in #919
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I suspect there's a directory missing in the repository. When I try to use
npm start
ormake ui
, it complains that index.html is missing:Could you add the missing file(s)?
Or update the README.md appropriately?
The text was updated successfully, but these errors were encountered: