FE-Combo / reaux

A lightweight React and Redux application framework designed for isomorphic multi-end data flow, with a strong emphasis on TypeScript strictness.
https://zedfight.gitbook.io/fe-combo/reaux/reaux-she-ji-yuan-li
MIT License
60 stars 5 forks source link

Module not found: Error: Can't resolve 'react-redux' #74

Closed zedfight closed 12 months ago

zedfight commented 12 months ago

在使用create-react-app生成项目后,集成reaux-dom时存在 Module not found: Error: Can't resolve 'react-redux' 错误提示。

image

zedfight commented 12 months ago

rm -rf node_modules && rm -rf yarn.lock && yarn install