ECONFLICT Unable to find suitable version for jquery Foundation

前端 未结 3 467
轮回少年
轮回少年 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 06:52

    Best way to start with is to do

    bower cache clean
    

    After that when you do

    bower install it will ask you

    'Unable to find a suitable version for , please choose one: ,

    then you can enter !1 or !2 , or whatever suits your needs the best.

    This essentially adds the resolution block into bower.json as mentioned by @esbanarango but it just gives more control and understanding over what you are doing.

提交回复
热议问题