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.
使用惟一的写法app
猜想是由于你的文件名和引用不一致,举个例,文件名是App.js,可是你引用的时候是写的app.jsblog