ynishi / vuecsv

CSV components for Vue.js
MIT License
48 stars 8 forks source link

WARNING There are multiple modules with names that only differ in casing. #22

Closed mewcrazy closed 2 years ago

mewcrazy commented 4 years ago

WARNING in ./node_modules/Vue/dist/vue.runtime.esm.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:

mewcrazy commented 4 years ago

I'm on windows, but it seems that you are referencing Vue as "Vue" in your code, while all other packages reference it with "vue".