> On 10. May 2022, at 04:10, Randall Leeds <rand...@apache.org> wrote: > > Interesting. I'm not getting this. Are you on Windows by any chance?
I am running the following environment on macOS % make --version GNU Make 3.81 % node --version v16.14.2 % npm --version 8.5.0 % git --version git version 2.32.0 Personally, I believe that node/npm should be sufficient for building. A user shouldn't need git to build the sources. Not sure about make, but considering that a build script can also be just implemented in portable JS and run with node it might be an extra thing one could do without. -- Richard