我想在react / redux应用程序中使用reactstrap中的最新提交。我把它添加到我的package.json中:
"dependencies": {
"reactstrap": "git@github.com:reactstrap/reactstrap.git#24951541a110451c167ff53e6ebb367972717bc5",
}
它似乎安装得很好但是当我用npm start启动我的dev服务器时,我收到以下错误:
Module not found: 'reactstrap' in /myapp/src/views/Scans
我需要做些什么特别的安装才能正确安装?
谢谢!
答案 0 :(得分:0)
我正在查看reactstrap
的{{3}}。
您是否按照安装说明操作并安装了bootstrap
?
npm install --save bootstrap
npm install --save reactstrap