Answer the question
In order to leave comments, you need to log in
How to get rid of "There are multiple modules with names that only differ in casing" warning on windows?
Used by jquery-ui. Custom build, datepicker only.
Accordingly, the bundle is assembled on their website, placed in the project folder.
And there are dependencies.
"dependencies": {
"jquery": "^3.5.1",
"jquery-ui": "file:./resources/3rd-party/jquery-ui"
}
There are multiple modules with names that only differ in casing.
Use equal casing. Compare these module identifiers:
* D:\dev\...\node_modules\jquery\dist\jquery.js
Used by 192 module(s), i. e.
D:\dev\...\node_modules\babel-loader\lib\index.js??ref--4-0!D:\dev\...\resources\js\main.js
* d:\dev\...\node_modules\jquery\dist\jquery.js
Used by 1 module(s), i. e.
D:\dev\...\node_modules\babel-loader\lib\index.js??ref--4-0!d:\dev\...\resources\3rd-party\jquery-ui\
jquery-ui.min.js
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question