jquerylaravellaravel-5bootstrap-4jquery-3

Laravel nav bar toggle not working on the bootstrap 4.4.1 and jquery 3.3


enter image description here

Using bootstrap 4.0.0 and jquery 3.3. Navbar toggle not working and saying

Uncaught TypeError: Cannot convert object to primitive value


Solution

  • Solved by running the following commands:

    npm remove jquery
    npm install jquery@~3.4.1