PSON icon indicating copy to clipboard operation
PSON copied to clipboard

webpack warning multiple modules with names

Open alexey-sh opened this issue 6 years ago • 0 comments


 warning  in ./node_modules/ByteBuffer/dist/ByteBufferAB.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:
* /Users/alexey/projects/project/node_modules/ByteBuffer/dist/ByteBufferAB.js
    Used by 1 module(s), i. e.
    /Users/alexey/projects/project/node_modules/pson/dist/PSON.js
* /Users/alexey/projects/project/node_modules/bytebuffer/dist/ByteBufferAB.js
    Used by 1 module(s), i. e.
    /Users/alexey/projects/project/node_modules/pson/dist/PSON.js

 warning  in ./node_modules/Long/dist/Long.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:
* /Users/alexey/projects/project/node_modules/Long/dist/Long.js
    Used by 2 module(s), i. e.
    /Users/alexey/projects/project/node_modules/ByteBuffer/dist/ByteBufferAB.js
* /Users/alexey/projects/project/node_modules/long/dist/Long.js
    Used by 2 module(s), i. e.
    /Users/alexey/projects/project/node_modules/ByteBuffer/dist/ByteBufferAB.js

alexey-sh avatar Sep 14 '18 15:09 alexey-sh