多个文件名大小写不同,是因为运行代码是大写E,用vscode运行的是小写e,解决方案:手动npm run dev #There are multiple modules with names that only differ in casing.

喜欢而已 提交于 2019-12-10 10:22:56

多个文件名大小写不同,是因为运行代码是大写E,用vscode运行的是小写e,解决方案:手动npm run dev #There are multiple modules with names that only differ in casing.

 

 

 warning  in E:/xxx/xx/xxx/node_modules/_vue-style-loader@4.1.2@vue-style-loader/lib/listToStyles.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:
* E:\xxx\xxx\xxx\node_modules\_vue-style-loader@4.1.2@vue-style-loader\lib\listToStyles.js
    Used by 3 module(s), i. e.
    E:\xxx\xxx\xxx\node_modules\_vue-style-loader@4.1.2@vue-style-loader\lib\addStylesClient.js
* e:\xxx\xxx\xxx\node_modules\_vue-style-loader@4.1.2@vue-style-loader\lib\listToStyles.js
    Used by 3 module(s), i. e.
    e:\xxx\xxx\xxx\node_modules\_vue-style-loader@4.1.2@vue-style-loader\lib\addStylesClient.js

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!