Bootstrap 3.3.6 JQuery 2.2.4 Version Exception

前端 未结 3 1938
野的像风
野的像风 2020-12-03 12:15

I am trying to use Bootstrap and JQuery in my new ASP.Net Core application. But I encounter the error \"Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-03 12:52

    As pointed out by Phil, this is caused by Visual Studio's built in Bower support. When using this, it seems to download a different version of JQuery.

    To fix this, I just used the proper Bower client and installed my packages through the console.

提交回复
热议问题