Open jdalton opened 1 month ago
The differences between pnpm, yarn, npm are already challenging – this feels a bit like one more standard 😂
That said, it could be a benefit that it has less features
(Someone should do a write up of the differences between them all so that we could ideally arrive at a standard for npm scripts with maybe two levels "lightweight" runner like node --run and "full featured" like the others, and ensure that the full featured ones are compatible with each other and a strict superset of the lightweight one and as such also compatible with it)
I would be nervous to default to it initially, but maybe we could flag it?
There could even be a separate
node-s
for the https://nodejs.org/api/cli.html#--run command. It does have limitations though so making it a separate command that falls back to a morerun-s
kind of command would be nice. The speed up is very nice.