【Intentional limitations】
node --run 并不是用来模仿 npm run 或其他包管理器的 run 命令的行为。Node.js 的实现故意更为有限,以便专注于最常见用例的高性能。其他 run 实现中被故意排除的一些功能有:
node --run
npm run
run
pre
post