我使用react-redux(带有node.js)的教程构建了一个React App。 现在,我试图将代码导入预构建的React应用中,以从My DB中获取我的产品列表。 当我尝试导入代码时,由于未安装,因此出现以下错误:
./src/container/Home/Grid/LuxaryHotelsGrid.js
Module not found: Can't resolve 'react-redux' in 'C:\Users\Andre\Desktop\bookingapp\React Template\QuickFinder\packages\hotel\src\container\Home\Grid'
我应该在哪里安装react-redux软件包?预构建应用程序使用纱线。 我读到它不应该在全球范围内安装。但是我不想在需要它的每个组件中安装它。最好的解决方案是什么?