samedi 21 février 2015

Bower always resolves to wrong repo

In my bower.json:



{
"jquery-i18n-property": "~1.1.0",
}


For some reason, it always resolves to a wrong repo:



D:\projects\>bower install
bower not-cached git://github.com/gejiawen/jquery.i18n.properties.git#~1.1.0
bower resolve git://github.com/gejiawen/jquery.i18n.properties.git#~1.1.0
Username for 'https://github.com':
Password for 'https://github.com':
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github
.com/gejiawen/jquery.i18n.properties.git", exit code of #128

Additional error details:
remote: Repository not found.


I tried to clean cache without luck:



D:\projects>bower cache clean


Why bower always resolve to a personal/wrong repo:



git://github.com/gejiawen/jquery.i18n.properties.git


I did try to install from a correct repo with no success



D:\projects>bower install htt
ps://github.com/jquery-i18n-properties/jquery-i18n-properties




Aucun commentaire:

Enregistrer un commentaire