I am trying to install Foundation but its continuously giving me conflict with Jquery
λ bower install foundation bower foundation#x cached https
Use resolutions in your bower.json
resolutions
bower.json
{ "name": "refactor", "private": true, "dependencies": { "jquery": "~1.11.1", "raphael": "1.3.x", "font-awesome": "~4.3.0", "foundation": "x" }, "resolutions": { "jquery": "~1.11.1" } }
This will force bower to use that specific version of jQuery.