Closed singpolyma closed 2 weeks ago
I'm curious as I could see a few solutions here as to what would your expected behavior be:
I would expect an error message in the UI so the user knows they need to install git
That makes sense. I was hoping there was a way to bundle the command up so it would install what it needed but probably more of a telling the person to go install it instead. Perhaps on initial install this test can run and give them the command to do the installation
This now works because it was required to make https://hax.cloud work given the webcontainer lacks git
Running
docker run --network=host node:20-alpine npx @haxtheweb/haxcms-nodejs
I don't get any error or feedback about this on first run or in the UI, but when I create a new project it crashes due togit
not being present and the web UI hangs at 100%: