我收到了警告消息。
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other
case-semantic.
Use equal casing. Compare these module identifiers:
*
C:......\node_modules\babel-loader\lib\index.js??ref--6-oneOf-
2!C:....\node_modules\webpack\buildin\global.js
Used by 7 module(s), i. e.
C:......\node_modules\babel-loader\lib\index.js??ref--6-oneOf-
2!C:....\node_modules\scheduler\cjs\scheduler.development.js
* C:.....\node_modules\babel-loader\lib\index.js??ref--6-oneOf-
2!C:.....\node_modules\webpack\buildin\global.js
Used by 22 module(s), i. e.
C:......\node_modules\babel-loader\lib\index.js??ref--6-oneOf-
2!C:......\node_modules\sockjs-client\lib\entry.js
我正在使用VS 2017和React。我无法确定何时触发此消息。我也尝试过几次删除所有的node_modules并通过CMD&Powershell重新安装。
在寻找解决方案时,我发现了几篇类似的文章,但我仍然不知道根本原因是什么以及如何解决这个问题。
任何解决方案将不胜感激。
谢谢