\"dependencies\": {
\"jquery\": \"~2.1.4\",
\"angular\": \"~1.5.0\",
....
....
},
\"resolutions\": {
\"jquery\": \"~2.1.4\",
\"angular\": \"~1.5.0\"
}
I was getting the same error on Windows 10 with Git Bash for Windows
ECONFLICT Unable to find suitable version for jquery
and it was not going to the part where I could choose options !1 or !2
For me switching to Windows PowerShell solved the problem and runing the same command bower install
I am suspecting it was connected with the user permissions.