1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > There are multiple modules with names that only differ in casing.This can lead to unexpected behavi

There are multiple modules with names that only differ in casing.This can lead to unexpected behavi

时间:2020-05-03 04:25:52

相关推荐

There are multiple modules with names that only differ in casing.This can lead to unexpected behavi

运行Vue项目时有时会报这个错

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

//使用唯一的写法,对比下面这些模块的标识符:

在其他电脑上都可以正常跑,自己的电脑不能跑,其实这和Windows系统大小写不敏感有关。

解决办法:

先把打开的项目都关掉之后修改文件夹大小写

再运行npm run serve

这就好了!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。