npm WARN [email protected] requires a peer of jQuery@>=1.8 but none is installed. You must install peer dependencies yourself.
When i run anything on npm, it gives me above error. How do i solve this error?
npm WARN [email protected] requires a peer of jQuery@>=1.8 but none is installed. You must install peer dependencies yourself.
When i run anything on npm, it gives me above error. How do i solve this error?
Copyright © 2021 Jogjafile Inc.
In the package file of the package, search for 'jQuery' and change it to 'jquery'.