ECONFLICT Unable to find suitable version for jquery Foundation

前端 未结 3 469
轮回少年
轮回少年 2020-12-29 06:20

I am trying to install Foundation but its continuously giving me conflict with Jquery

λ bower install foundation
bower foundation#x              cached https         


        
3条回答
  •  独厮守ぢ
    2020-12-29 07:05

    Try using this for the Jquery version:

    "jquery": ">= 2.0.0"
    

    However I think you would only need Foundation as a dependency:

    enter image description here

    or:

    {
        "name": "PROJECT_NAME",
        "dependencies": {
           "foundation": "~5.4.7"
        }
    } 
    

    also check here for more details:

    http://foundation.zurb.com/docs/sass.html

提交回复
热议问题