记录一下React提示问题需要安装的包

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 [email protected]

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提示问题需要安装的包