The current node-gyp https://archlinuxarm.org/packages/any/node-gyp is apparently 6.1.0, but in my Raspnerry Pi 3 (aarch64) the latest available is 6.0.1, which is broken, because they forgot to put a single `new ` before `semver.Range`, which fails at building pretty much anything.
I wonder if it's a matter of time, meaning it will propagate soon, or if something else is wrong.
As example, if I search in this page https://archlinuxarm.org/packages for `node-gyp`, I see both versions: the broken one, and the latest.
However, the broken one, once clicked, points at the latest ... something is oddly off ... any help/hint/clue/idea?
Thanks.