iximiuz / kexp

k'exp - Kubernetes Explorer
https://labs.iximiuz.com/playgrounds?category=kubernetes
Apache License 2.0
823 stars 32 forks source link

pattern ui/dist/*: no matching files found #3

Closed ayoub-tl closed 1 year ago

ayoub-tl commented 1 year ago

I am trying to run kexp locally on machine, but when, running the backend service using make back-run-dev it return this error $ make back-run-dev go run /home/ubuntu/kexp/main.go --host 0.0.0.0 --port 8090 main.go:65:12: pattern ui/dist/*: no matching files found make: *** [Makefile:9: back-run-dev] Error 1

does anyone have an idea ? the ui/dist folder doesn't exist. Thanks

iximiuz commented 1 year ago

Oh, good catch! Running make build-dev before make back-run-dev mitigates the issue, that's why I didn't spot it earlier. Should be fixed now. Thanks for reporting!