developerasun / myCodeBox-web

Open source code box for web developers.
Apache License 2.0
5 stars 0 forks source link

React/TS : Module not found: Can't resolve 'react-redux' in node_modules #147

Closed developerasun closed 2 years ago

developerasun commented 2 years ago

issue : react-redux module not found in React/TS although they were installed in package.json

in codes,

  "@types/react-redux": "^7.1.22",

in browser,

module-not-found

developerasun commented 2 years ago

solution : install react-redux like below and it worked again

$npm install react-redux

read this