找不到模块:无法解析 'react-avatar'

Module not found: Can't resolve 'react-avatar'

我有一个 MERN website,在 Github 存储库中有 2 个文件夹,clientbackend。当我打开反应服务器时,输出页面显示错误

Failed to compile
./src/components/Student/Student.jsx
Module not found: Can't resolve 'react-avatar' in '/MernCrudApp/client/src/components/Student'
This error occurred during the build time and cannot be dismissed.

要重现此错误,请按照以下步骤操作。

  1. 克隆存储库
  2. 进入backend文件夹,在终端输入npm install,然后输入npm run start,然后进入client文件夹,分别重复命令。

您的 clientpackage.json 中没有 'react-avatar' 包。

npm install react-package 在这个文件夹里,你应该没问题。