On 10. May 2022, at 17:02, Randall Leeds <rand...@apache.org> wrote: > > 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".
I don't have yarn installed as a system-wide tool ;) Would this also work? % npm i % npm run lint % npm run test ... or would this miss anything substantial? "npm run lint" doesn't seem to produce much output, but "npm run test" produces a nice test report. -- Richard