Answers for "error: module not found: error: can't resolve 'jquery'"

1

Module not found: Can't resolve 'jquery' in react

npm install jquery

yarn add jquery
Posted by: Guest on October-04-2020
-1

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 "error: module not found: error: can't resolve 'jquery'"

Code answers related to "Javascript"

Browse Popular Code Answers by Language