找不到模块:无法解析 'C:\Users\user\Desktop\react-challenge\sample\src' 中的“./App”

Module not found : Can't resolve './App' in 'C:\Users\user\Desktop\react-challenge\sample\src'

我正在从一个播放列表中学习 React,并创建了一个带有 create-react-app 的基本应用程序,并且 运行 最初没有任何问题。我在 'src''public[=32= 中删除了一些文件后]' ,终端显示此错误:

./src/index.js
Module not found: Can't resolve './App' in 'C:\Users\user\Desktop\react-challenge\sample\src'

我删除了 public 和 [=28 中除了 'index.html' 之外的所有内容=]'index.js' 在 src 文件中。我在下面附上了文件夹结构和 index.js。

编辑:这是一个关于文件保存和重新加载的问题,现在已经解决了。

不使用App.js就删掉就好了,貌似没用。 您可能只需要重新启动开发服务器。

Ctrl + C
停止 用 npm startyarn start

重新开始

关闭代码编辑器并重新启动代码编辑器,然后 运行 在终端中启动 npm