Answers for "module not found: error: can't resolve './src' in 'e:\react\reactapp' resolve './src' in 'e:\react\reactapp'"

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 "module not found: error: can't resolve './src' in 'e:\react\reactapp' resolve './src' in 'e:\react\reactapp'"

Code answers related to "Javascript"

Browse Popular Code Answers by Language