Yarn 包管理器中的错误 "The case-insensitive file shouldn't be copied twice in one bulk copy"
Error "The case-insensitive file shouldn't be copied twice in one bulk copy" in Yarn package manager
我刚刚升级到 Yarn v1.0.2(稳定版),当我执行 yarn install
时,我收到了很多这样的警告:
The case-insensitive file shouldn't be copied twice in one bulk copy
这是在抱怨什么?我该如何解决?
最新的 yarn 版本隐藏了这个烦人的消息。您可以使用夜间版本(通过 https://yarnpkg.com/en/docs/nightly) until this issue totally fixed (you can track https://github.com/yarnpkg/yarn/issues/3751)
我刚刚升级到 Yarn v1.0.2(稳定版),当我执行 yarn install
时,我收到了很多这样的警告:
The case-insensitive file shouldn't be copied twice in one bulk copy
这是在抱怨什么?我该如何解决?
最新的 yarn 版本隐藏了这个烦人的消息。您可以使用夜间版本(通过 https://yarnpkg.com/en/docs/nightly) until this issue totally fixed (you can track https://github.com/yarnpkg/yarn/issues/3751)