On v1.7.0, I tried
- Cloning https://github.com/googlefonts/fontra.git
- Running
hatch run fontra
but I had a too old version of nodejs installed, so the initial installation failed. After installing a nodejs 18, I tried the command again but was told that "fontra" is not a known command. I had to "hatch env prune" and try again. It would be nice if hatch did that automatically when initial craetion fails.