On Mon, May 9, 2022, 22:19 Richard Eckart de Castilho <r...@apache.org>
wrote:

>
> > 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


Interesting. Very similar to my environment.

>
>
> 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.


You don't need git. That's the source of my surprise at your error. You
also don't need make, you can just run "yarn lint" and "yarn test". The
makefile is there as a convenience for the muscle memory of "make check",
"make dist", and "make distcheck".

Reply via email to