PSON
PSON copied to clipboard
webpack warning multiple modules with names
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