After I ran npm start, I get a few errors like this:
./node_modules/object-assign/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:\My computer’s file path\node_modules\object-assign\index.js
Used by 2 module(s), i. e.
C:\My computer’s file path\node_modules\react\cjs\react.development.js - C:\My computer’s file path\node_modules\object-assign\index.js
Used by 1 module(s), i. e.
C:\My computer’s file path\node_modules_react-scripts\config\polyfills.js
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
I’m not sure which keyword to search for and which line to add the //eslint-disable-next-line comment to, can you advice? thanks!