Module not found: Error: Can't resolve 'react-highlight-words'
时间: 2023-06-30 09:21:26 浏览: 226
react-cornerstone-viewport:React的基础医学图像视口组件
这个错误通常是由于你的项目中缺少 `react-highlight-words` 模块引起的。你需要通过 npm 或者 yarn 安装这个模块:
使用 npm:
```
npm install react-highlight-words
```
使用 yarn:
```
yarn add react-highlight-words
```
安装完成后,再次启动项目,就不会再出现这个错误了。
阅读全文