Javascript 用警告编译。反应

Javascript 用警告编译。反应,javascript,node.js,reactjs,webpack,Javascript,Node.js,Reactjs,Webpack,您好,请帮助,我使用react create应用程序,我收到警告: C:/Users/Vitaliy/Documents/GitHub/ProShop/frontend/node_modules/process/browser.js [1] There are multiple modules with names that only differ in casing. [1] This can lead to unexpected behavior when compiling on a fi

您好,请帮助,我使用react create应用程序,我收到警告:

C:/Users/Vitaliy/Documents/GitHub/ProShop/frontend/node_modules/process/browser.js
[1] There are multiple modules with names that only differ in casing.
[1] This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
[1] Use equal casing. Compare these module identifiers:
[1] * C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\babel-loader\lib\index.js??ref--6-oneOf-2!C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\process\browser.js
[1]     Used by 2 module(s), i. e.
[1]     C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\babel-loader\lib\index.js??ref--6-oneOf-2!C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\react-error-overlay\lib\index.js  
[1] * C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\babel-loader\lib\index.js??ref--6-oneOf-2!C:\Users\Vitaliy\Documents\GitHub\proshop\frontend\node_modules\process\browser.js
[1]     Used by 1 module(s), i. e.
[1]     C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\babel-loader\lib\index.js??ref--6-oneOf-2!C:\Users\Vitaliy\Documents\GitHub\proshop\frontend\node_modules\axios\lib\defaults.js
[1]
[1] (webpack)/buildin/global.js
[1] There are multiple modules with names that only differ in casing.
[1] This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
[1] Use equal casing. Compare these module identifiers:
[1] * C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\babel-loader\lib\index.js??ref--6-oneOf-2!C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\webpack\buildin\global.js
[1]     Used by 1 module(s), i. e.
[1]     C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\babel-loader\lib\index.js??ref--6-oneOf-2!C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\node-libs-browser\node_modules\punycode\punycode.js
[1] * C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\babel-loader\lib\index.js??ref--6-oneOf-2!C:\Users\Vitaliy\Documents\GitHub\proshop\frontend\node_modules\webpack\buildin\global.js
[1]     Used by 2 module(s), i. e.
[1]     C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\babel-loader\lib\index.js??ref--6-oneOf-2!C:\Users\Vitaliy\Documents\GitHub\proshop\frontend\node_modules\symbol-observable\es\index.js 
我能用它做什么?

警告中说: 有多个模块的名称仅在CAIN中不同,这是真的

C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\babel-loader\lib\index.js??ref--6-oneOf-2!C:\Users\Vitaliy\Documents\GitHub\**ProShop**\frontend\node_modules\process\browser.js

C:\Users\Vitaliy\Documents\GitHub\ProShop\frontend\node_modules\babel-loader\lib\index.js??ref--6-oneOf-2!C:\Users\Vitaliy\Documents\GitHub\**proshop**\frontend\node_modules\process\browser.js

在这条路线的末尾,我看到了“ProShop”和“ProShop”,解决了这个问题,警告就会消失。

我如何解决这个问题?非常感谢!我正在…/proshop/…中启动npm运行dev。。。但是需要从…/ProShop/开始。。。(惊人)