vue 编译警告 Compiled with 4 warnings

二次信任 提交于 2020-02-28 23:06:56

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盘符就没问题了。

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