Answers for "./src/index.js module not found: can't resolve 'react-redux' in 'x:\boot+react\reactchat\src'"

1

react js Module not found: Can't resolve 'folder' in 'src'

// create a jsconfig.json file in your root dir(where package.json is located) and add this:
{
  "compilerOptions": {
    "baseUrl": "src"
  }
}
Posted by: Guest on July-16-2021
3

module not found: can't resolve 'react' in 'c:userspavlosdesktopreactjshwrreactproject2src'

type:  npm install react
next command type : npm install react-dom
that's the solution.
Posted by: Guest on October-14-2020

Code answers related to "./src/index.js module not found: can't resolve 'react-redux' in 'x:\boot+react\reactchat\src'"

Code answers related to "Javascript"

Browse Popular Code Answers by Language