·

如果 git 仓库已经有修复代码,想偷懒你也可以直接:

npm install https://github.com/xxx/branch

去安装最新的代码,不过最好用 patch-package,可以指定版本修复,生成的 patch 文件保存在项目目录中。