-
-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm WARN [email protected] requires a peer of jQuery@>=1.8 but none is installed. #1078
Comments
Alex-D
added a commit
that referenced
this issue
Feb 10, 2020
fix for #1078 - jquery peer warn on packages install
Thank you for the fix :) |
Could we have this pushed to npm as well? Thanks :) |
I have same problem with [email protected]. can anyone help me? |
You just need to install jQuery on the version you want. npm install --save trumbowyg jquery |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I install my dependencies or build with webpack I see this message
Description
Provide relevant details according to the context:
How to reproduce?
Just run the install of any package with webpack, when [email protected] is installed
It is really easy to fix maybe? there is no package named
jQuery
. We havejquery
installed"jquery": "^3.4.1",
means
package.json
in trumbowyg is wrong. should beThe text was updated successfully, but these errors were encountered: