当我编译一个react项目时,我有这个黄色的问题,但接下来的事情这让我很不安
./node_modules/React/cjs/react.development.js 中的警告 有多个module的名称只是大小写不同。在具有其他大小写语义的文件系统上编译时,这可能会导致意外行为。使用相同的外壳。比较这些module标识符: * C:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\React\cjs\react.development.js 由 1 个module使用,即 C:\cygwin64\home\ waysolutions-soft\curso\nodejs\react\node_modules\React\index.js * C:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\react\cjs\react.development.js 被1个module使用(s),即 C:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\react\index.js @ ./node_modules/React/cjs/react.development.js @ ./node_modules/React/ index.js @ ./src/widgets/components/modal.js @ 。http://localhost:9000 ./src/entries_points/home.js
./node_modules/React/cjs/react.production.min.js 中的警告 有多个module的名称只是大小写不同。在具有其他大小写语义的文件系统上编译时,这可能会导致意外行为。使用相同的外壳。比较这些module标识符: * C:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\React\cjs\react.production.min.js 由 1 个module使用,即 C:\cygwin64\ home\waysolutions-soft\curso\nodejs\react\node_modules\React\index.js * C:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\react\cjs\react.production.min.js由 1 个module使用,即 C:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\react\index.js @ ./node_modules/React/cjs/react.production.min.js @ ./node_modules/React/index.js @ ./src/widgets/components/modal。http://localhost:9000 ./src/entries_points/home.js
./node_modules/React/index.js 中的警告 有多个module的名称只是大小写不同。在具有其他大小写语义的文件系统上编译时,这可能会导致意外行为。使用相同的外壳。比较这些module标识符: * C:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\React\index.js 由 1 个module使用,即 C:\cygwin64\home\waysolutions-soft\ curso\nodejs\react\node_modules\babel-loader\lib\index.js??ref--0!C:\cygwin64\home\waysolutions-soft\curso\nodejs\react\src\widgets\components\modal.js * C:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\react\index.js 被 15 个module使用,即 C:\cygwin64\home\waysolutions-soft\curso\nodejs\react \node_modules\babel-loader\lib\index.js??ref--0!C:http://localhost:9000 ./src/entries_points/home.js
Web 浏览器中的项目运行完美,但我不知道如何纠正这个问题,我在 Windows 10 d: 上,我读到这是一个 Windows 问题,但我想修复它。问候