Not able to install bootstrap 4 (beta) nuget package to .Net MVC (.Net version 4.6.2)

前端 未结 9 1819
Happy的楠姐
Happy的楠姐 2021-02-19 07:58

I am not able to install bootstrap 4(beta) to my MVC project. To be precise popper.js nuget dependency is failing to install. Please let me know any possible way to do it(bower

9条回答
  •  半阙折子戏
    2021-02-19 08:35

    The Popper.js NuGet package has been broken until version 1.12.2.
    Bootstrap is still requiring the version 1.11.x, which is, unfortunately, broken.

    You should wait for Bootstrap to close this issue:
    https://github.com/twbs/bootstrap/issues/23622

    meanwhile you can follow the suggestion of Rob Quincey.

提交回复
热议问题