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?

1

There are 1 best solutions below

1
Leone On

In the package file of the package, search for 'jQuery' and change it to 'jquery'.