在构建reactjs应用程序时,我得到了以下错误。
web/node_modules/@popperjs/core: Command failed.
Exit code: 127
Command: patch-package
Arguments:
Directory: /home/web/node_modules/@popperjs/core
Output:
/bin/sh: 1: patch-package: not found它在命令“纱线安装”时失败了
发布于 2020-09-23 10:56:19
这是由于一个新的版本。它已经在这里修好了,https://github.com/popperjs/popper-core/issues/1176
https://stackoverflow.com/questions/64025755
复制相似问题