FE-Combo/reaux

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

zedfight opened this issue · 1 comments

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

image

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