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:

运行npm run dev进行

vue编译的时候有警告

E:/project/ys_front/~/_vue-loader@10.3.0@vue-loader/lib/component-normalizer.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:/project/ys_front/~/_vue-style-loader@2.0.5@vue-style-loader/lib/addStylesClient.js

问题原因:

windows下盘符的大小写导致的。

我在cmd里运行的时候,是切换到小写,改成大写的E盘符就没问题了。

转载于:https://my.oschina.net/u/2262481/blog/1859366

Logo

前往低代码交流专区

更多推荐