为什么 Web Browser 找不到这些模块,无法解析和编译页面?

Why can't the Web Browser find these modules, resolve, and compile the page?

在一个 React 项目中,我试图 运行 在 Web 浏览器的实时服务器上运行该应用程序。但是,当我命令 CD Ravenous 转到正确的文件并 npm start 时,浏览器会给我以下错误:

./src/index.js
Module not found: Can't resolve './App' in '/Users/mauricemarkslag/ravenous/src'

我已经检查过是否正确填写了导入项,我想现在应该是这样了。但是,此代码似乎并未修复该错误:

Code file

Folder structure

有人知道我可能做错了什么吗?

你打错了,你应该使用 ./app.css 而不是 ./App.css,我假设你在问题中输入的文件是 app.js.