Problem/Motivation
I am getting the error: Uncaught Error: Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0. My current jQuery version is 4.0.0-beta2
Steps to reproduce
Install Drupal 11.1 and install Bootstrap theme
Proposed resolution
Adjust requirements for Bootstrap's jQuery
Comments
Comment #2
hatuhay commentedBootstrap 5 has no dependency on jquery.
Please check on your Bootstrap versión.
Comment #3
easp commentedI was using the sass bootstrap subtheme. It has bootstrap.min.js as version 4. Updated to 5 and all is well now.
Thanks for the reply.
Comment #4
ivnish