React脚手架实现的时候,需要安装相关的包
提示的问题和需要使用npm安装的包
Module not found: Can't resolve 'antd' in '/
npm install antd --save
Module not found: Can't resolve 'bootstrap/dist/css/bootstrap.min.css
npm install --save react-bootstrap bootstrap@3
Module not found: Can't resolve 'echarts'
npm install echarts --save
Module not found: Can't resolve 'react-highlight-words'
npm i --save react-highlight-words

本文档详细介绍了在创建React项目时,如何解决模块未找到的问题,并提供了安装antd、bootstrap、echarts及react-highlight-words等常用依赖包的具体步骤。
1272





