-1

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

6
  • Have any duplicate jquery file or bootstrap file missing??
    – A.A Noman
    Commented May 24, 2020 at 5:18
  • How to check it. Commented May 24, 2020 at 5:20
  • 1
    check your master blade carefully. Or comment your js or css file one by one. Hope it will works for you.
    – A.A Noman
    Commented May 24, 2020 at 5:27
  • No file is duplicate. Commented May 24, 2020 at 5:41
  • have any more than jquery file?? Comment your file one by one
    – A.A Noman
    Commented May 24, 2020 at 5:45

1 Answer 1

0

Solved by running the following commands:

npm remove jquery
npm install jquery@~3.4.1
0

Not the answer you're looking for? Browse other questions tagged or ask your own question.