Webpack: “there are multiple modules with names that only differ in casing” but modules referenced are identical

后端 未结 23 1042
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 02:08

I\'m using webpack 3.8.1 and am receiving several instances of the following build warning:

WARNING in ./src/Components/NavBar/MainMenuItemMobile.js
There a         


        
23条回答
  •  离开以前
    2020-11-30 02:49

    Similar issue, but my problem was packages installed in C:\Users\\AppData\Local\Yarn. Deleting that folder and re-adding the global packages I wanted fixed the issue.

提交回复
热议问题