-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Does bootstrap depend on jQuery? #19809
Comments
Could be an error in the npm package, Bootstrap requires jQuery (see http://getbootstrap.com/getting-started/#whats-included) |
It's an error in package.json BTW: Bootstrap 4 has jquery in package.json as a dependecy. |
Thanks for confirming! Placing it there will be nice for people who use NPM exclusively (with Browserify, Webpack, and others). |
Listed as a dependency in v4. |
Bootstrap 4.1.0 has 0 dependencies. I had to add jquery and popper.js manually. I guess it's made for those who does not need JS, only CSS. |
They are listed as |
If so, then there could be a bug in the fact that it's not listed in it's NPM dependencies: https://www.npmjs.com/package/bootstrap
The text was updated successfully, but these errors were encountered: