Node.js includes npx per default and a lot of people (including me) assume it's available and use it in build scripts, makefiles, and npm scripts. Therefore it should also be included in Graaljs.
cc @fniephaus
I agree that it would be nice to include npx in GraalVM. In fact, this was brought up several times already. We should do it finally ;-).
It took another 9 months :-/ since this issue was created but npx is part of GraalVM finally (since https://github.com/graalvm/graaljs/commit/699617c55f6f16873d257ff1e7466338a2373546).
Most helpful comment
It took another 9 months :-/ since this issue was created but
npxis part of GraalVM finally (since https://github.com/graalvm/graaljs/commit/699617c55f6f16873d257ff1e7466338a2373546).