Answers for "module not found can't resolve in react"

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
0

Module not found: Can't resolve ''

# if not installed
npm install <pkgName>

# if installed but gives error, uninstall then install
npm uninstall <pkgName>
npm install <pkgName>
Posted by: Guest on December-21-2021

Code answers related to "module not found can't resolve in react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language