stacktracejs / stacktrace.js

Generate, parse, and enhance JavaScript stack traces in all web browsers
https://www.stacktracejs.com/
MIT License
3.98k stars 282 forks source link

Bower install - Version declared in the json (0.5.2) is different than the resolved one (0.5.3) #69

Closed HNygard closed 10 years ago

HNygard commented 10 years ago

Getting a warning when installing using bower

$ bower install
bower stacktrace#0.5.3      not-cached git://github.com/eriwen/javascript-stacktrace.git#0.5.3
bower stacktrace#0.5.3         resolve git://github.com/eriwen/javascript-stacktrace.git#0.5.3
bower stacktrace#0.5.3        download https://github.com/eriwen/javascript-stacktrace/archive/v0.5.3.tar.gz
bower stacktrace#0.5.3        progress received 3.0MB of 5.7MB downloaded, 53%
bower stacktrace#0.5.3        progress received 3.6MB of 5.7MB downloaded, 62%
bower stacktrace#0.5.3        progress received 4.1MB of 5.7MB downloaded, 72%
bower stacktrace#0.5.3        progress received 4.7MB of 5.7MB downloaded, 82%
bower stacktrace#0.5.3        progress received 5.3MB of 5.7MB downloaded, 93%
bower stacktrace#0.5.3        progress received 5.7MB of 5.7MB downloaded, 99%
bower stacktrace#0.5.3         extract archive.tar.gz
bower stacktrace#0.5.3        mismatch Version declared in the json (0.5.2) is different than the resolved one (0.5.3)
bower stacktrace#0.5.3        resolved git://github.com/eriwen/javascript-stacktrace.git#0.5.3
bower stacktrace#0.5.3         install stacktrace#0.5.3

stacktrace#0.5.3 project\ext\stacktrace

I notice that bower is using https://github.com/eriwen/javascript-stacktrace and not the new stacktracejs account. Is that related?

eriwen commented 10 years ago

I've tagged release v0.6.0 which has been picked up by bower. No more warnings.

I haven't yet asked the bower team to update the git repo yet (it's a manual process ATM) but thanks for the reminder!