记录一下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 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

发布了496 篇原创文章 · 获赞 464 · 访问量 86万+

猜你喜欢

转载自blog.csdn.net/zhangvalue/article/details/104382091