ember-cli / loader.js

minimal amd loader mostly stolen from wycats.
MIT License
79 stars 69 forks source link

Declared version doesn't match tag #40

Closed indirect closed 9 years ago

indirect commented 9 years ago
$ bower install loader.js
bower loader.js#~3.2.0                      mismatch Version declared in the json (3.1.0) is different than the resolved one (3.2.0)
bower loader.js#~3.2.0                      resolved git://github.com/stefanpenner/loader.js.git#3.2.0
rwjblue commented 9 years ago

Thanks for reporting, fixed with: https://github.com/ember-cli/loader.js/commit/0133801b954773bab68e67cbb477774d1de197e8

daltones commented 8 years ago

It's happening again with tag 3.4.0 (bower.json says 3.3.0).

kirantpatil commented 8 years ago

Yes, I am also getting the same issue when trying to do bower install as below.

bower loader.js#~3.2.0 ENORESTARGET URL sources can't resolve targets

Project url: https://github.com/benoithubert/sails-ember-carpooling/ Issue: https://github.com/benoithubert/sails-ember-carpooling/issues/7

[kpatil@localhost frontend-public]$ bower install

bower ember#1.10.0 not-cached git://github.com/components/ember.git#1.10.0 bower ember#1.10.0 resolve git://github.com/components/ember.git#1.10.0 bower jquery#^1.11.1 not-cached git://github.com/jquery/jquery.git#^1.11.1 bower jquery#^1.11.1 resolve git://github.com/jquery/jquery.git#^1.11.1 bower ember-data#1.0.0-beta.16 not-cached git://github.com/components/ember-data.git#1.0.0-beta.16 bower ember-data#1.0.0-beta.16 resolve git://github.com/components/ember-data.git#1.0.0-beta.16 bower ember-cli-test-loader#0.1.3 not-cached git://github.com/ember-cli/ember-cli-test-loader.git#0.1.3 bower ember-cli-test-loader#0.1.3 resolve git://github.com/ember-cli/ember-cli-test-loader.git#0.1.3 bower ember-qunit#0.2.8 not-cached git://github.com/rwjblue/ember-qunit-builds.git#0.2.8 bower ember-qunit#0.2.8 resolve git://github.com/rwjblue/ember-qunit-builds.git#0.2.8 bower ember-qunit-notifications#0.0.7 not-cached git://github.com/dockyard/ember-qunit-notifications.git#0.0.7 bower ember-qunit-notifications#0.0.7 resolve git://github.com/dockyard/ember-qunit-notifications.git#0.0.7 bower qunit#~1.17.1 not-cached git://github.com/jquery/qunit.git#~1.17.1 bower qunit#~1.17.1 resolve git://github.com/jquery/qunit.git#~1.17.1 bower uikit#* not-cached git://github.com/uikit/bower-uikit.git# bower uikit#* resolve git://github.com/uikit/bower-uikit.git# bower highlightjs#* not-cached git://github.com/components/highlightjs.git# bower highlightjs#* resolve git://github.com/components/highlightjs.git# bower moment#* not-cached git://github.com/moment/moment.git# bower moment#* resolve git://github.com/moment/moment.git# bower validator-js#* not-cached git://github.com/chriso/validator.js.git# bower validator-js#* resolve git://github.com/chriso/validator.js.git# bower emblem#* not-cached git://github.com/machty/emblem.js.git# bower emblem#* resolve git://github.com/machty/emblem.js.git# bower chance#* not-cached git://github.com/victorquinn/chancejs.git# bower chance#* resolve git://github.com/victorquinn/chancejs.git# bower ember-data#1.0.0-beta.16 download https://github.com/components/ember-data/archive/1.0.0-beta.16.tar.gz bower sprintf#* not-cached git://github.com/alexei/sprintf.js.git# bower sprintf#* resolve git://github.com/alexei/sprintf.js.git# bower ember-cli-test-loader#0.1.3 download https://github.com/ember-cli/ember-cli-test-loader/archive/v0.1.3.tar.gz bower ember-qunit#0.2.8 download https://github.com/rwjblue/ember-qunit-builds/archive/v0.2.8.tar.gz bower lodash#* not-cached git://github.com/lodash/lodash.git# bower lodash#* resolve git://github.com/lodash/lodash.git# bower ic-ajax#* not-cached git://github.com/instructure/ic-ajax.git# bower ic-ajax#* resolve git://github.com/instructure/ic-ajax.git# bower ember-resolver#~0.1.14 not-cached git://github.com/stefanpenner/ember-jj-abrams-resolver.git#~0.1.14 bower ember-resolver#~0.1.14 resolve git://github.com/stefanpenner/ember-jj-abrams-resolver.git#~0.1.14 bower ember#1.10.0 download https://github.com/components/ember/archive/1.10.0.tar.gz bower uikit#* download https://github.com/uikit/bower-uikit/archive/2.24.0.tar.gz bower highlightjs#* download https://github.com/components/highlightjs/archive/8.9.1.tar.gz bower qunit#~1.17.1 download https://github.com/jquery/qunit/archive/1.17.1.tar.gz bower ember-qunit-notifications#0.0.7 download https://github.com/dockyard/ember-qunit-notifications/archive/v0.0.7.tar.gz bower jquery#^1.11.1 download https://github.com/jquery/jquery/archive/1.11.3.tar.gz bower emblem#* download https://github.com/machty/emblem.js/archive/0.6.1.tar.gz bower validator-js#* download https://github.com/chriso/validator.js/archive/4.3.0.tar.gz bower loader.js#~3.2.0 ENORESTARGET URL sources can't resolve targets