Skip to content

webpack warning multiple modules with names  #14

Description

@alexey-sh

 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions