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

Posted 彭成刚_Reciter | 技术博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了多个文件名大小写不同,是因为运行代码是大写E,用vscode运行的是小写e,解决方案:手动npm run dev #There are multiple modules with names that相关的知识,希望对你有一定的参考价值。

多个文件名大小写不同,是因为运行代码是大写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

 

以上是关于多个文件名大小写不同,是因为运行代码是大写E,用vscode运行的是小写e,解决方案:手动npm run dev #There are multiple modules with names that的主要内容,如果未能解决你的问题,请参考以下文章

是否可以在Jenkins的代码中注入变量,然后像往常一样运行作业?

SQL语句为啥是大写

java的class文件,经过反编译以后获得的源代码是L(小写),1,i(大写),o(大写和小写),0的组合,是怎么回事

Java课程:1.Java语法基础

python命名规则是啥?

02 Java 基础语法