i have this issue in yellow color when i compiling a react project, but the followin thing thisturbs me a lot
WARNING in ./node_modules/React/cjs/react.development.js 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:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\React\cjs\react.development.js Used by 1 module(s), i. e. 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 Used by 1 module(s), i. e. 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 @ ./src/pages/containers/home.js @ ./src/entries_points/home.js @ multi (webpack)-dev-server/client?http://localhost:9000 ./src/entries_points/home.js
WARNING in ./node_modules/React/cjs/react.production.min.js 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:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\React\cjs\react.production.min.js Used by 1 module(s), i. e. 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 Used by 1 module(s), i. e. 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.js @ ./src/pages/containers/home.js @ ./src/entries_points/home.js @ multi (webpack)-dev-server/client?http://localhost:9000 ./src/entries_points/home.js
WARNING in ./node_modules/React/index.js 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:\cygwin64\home\waysolutions-soft\curso\nodejs\react\node_modules\React\index.js Used by 1 module(s), i. e. 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 Used by 15 module(s), i. e. 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\entries_points\home.js @ ./node_modules/React/index.js @ ./src/widgets/components/modal.js @ ./src/pages/containers/home.js @ ./src/entries_points/home.js @ multi (webpack)-dev-server/client?http://localhost:9000 ./src/entries_points/home.js
the project in the web browser runs perfectly, but i dont know how to correct this thing, im on windows 10 d: , i read that is a windows problem but i want to fix it. regards