运行 npm run xxx 的时候发生了什么?

npm run xxx 会读取 package.json 的 scripts,创建 Shell 执行对应命令,并优先使用项目本地依赖。
Npm 2026-03-08 21:11:36 评论 0
评论: