我正在使用react-create-app开始的应用程序。我已经包含了react-bootstrap,并且一切运行良好。昨晚我试图安装react-d3-component。
我按照npm说明进行操作:
npm install react-d3-components
npm install & npm run build:js
下次尝试npm
启动后运行后,我的Bootstrap出现以下错误:
./src/index.js
Module not found: Can't resolve 'bootstrap/dist/css/bootstrap.css' in '/home/nick/Desktop/crypto/src'
我已经尝试卸载react-d3组件并卸载并重新安装react-bootstrap无济于事。我想问题是npm run build:js
和Bootstrap扩展,但我不确定。
知道如何解决这个问题吗?