Closed pbalzano91 closed 6 years ago
Why did you close this issue? What was your solution?
I think jquery is Optional... but it is not
jQuery is listed as a peer-dependency. Since npm3, peer-dependencies aren't installed automatically anymore. If you want to get rid of the warning, you'll have to add jQuery to your own package.json
:
npm i -s jquery
Getting this warning at version 5.0.0 (imported with npm, bundling with webpack).