helpers / handlebars-helpers

188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
http://assemble.io/helpers/
MIT License
2.22k stars 364 forks source link

Cannot install with bower #316

Open retan opened 6 years ago

retan commented 6 years ago

Like the topic states. I cannot install this package with bower. My last try (with clean cache) is:

bower install --save-dev git+https://github.com/helpers/handlebars-helpers

The result (some private directory names replaced with `xxx'):

bower not-cached    https://github.com/helpers/handlebars-helpers.git#*
bower resolve       https://github.com/helpers/handlebars-helpers.git#*
bower download      https://github.com/helpers/handlebars-helpers/archive/0.10.0.tar.gz
bower extract       handlebars-helpers#* archive.tar.gz
bower invalid-meta  for:C:\Users\xxx\AppData\Local\Temp\xxx\bower\0d5f874822d392f3f351bcffef6f6608-11656-lyOwJB\bower.json
bower invalid-meta  The "description" is too long, the limit is 140 characters
bower mismatch      Version declared in the json (0.9.8) is different than the resolved one (0.10.0)
bower resolved      https://github.com/helpers/handlebars-helpers.git#0.10.0
bower not-cached    https://github.com/webedge/array-sort.git#^0.1.4
bower resolve       https://github.com/webedge/array-sort.git#^0.1.4
bower not-cached    https://github.com/jonschlinkert/year.git#^0.2.1
bower resolve       https://github.com/jonschlinkert/year.git#^0.2.1
bower not-cached    https://github.com/abyr/striptags.git#^3.1.0
bower resolve       https://github.com/abyr/striptags.git#^3.1.0
bower not-cached    https://github.com/jonschlinkert/kind-of.git#^6.0.0
bower resolve       https://github.com/jonschlinkert/kind-of.git#^6.0.0
bower not-cached    https://github.com/jonschlinkert/html-tag.git#^2.0.0
bower resolve       https://github.com/jonschlinkert/html-tag.git#^2.0.0
bower not-cached    https://github.com/jonschlinkert/for-own.git#^1.0.0
bower resolve       https://github.com/jonschlinkert/for-own.git#^1.0.0
bower not-cached    https://github.com/firstandthird/relative.git#^3.0.2
bower resolve       https://github.com/firstandthird/relative.git#^3.0.2
bower not-cached    https://github.com/components/handlebars.js.git#^4.0.11
bower resolve       https://github.com/components/handlebars.js.git#^4.0.11
bower download      https://github.com/jonschlinkert/year/archive/0.2.1.tar.gz
bower download      https://github.com/jonschlinkert/html-tag/archive/2.0.0.tar.gz
bower download      https://github.com/jonschlinkert/kind-of/archive/6.0.2.tar.gz
bower extract       html-tag#^2.0.0 archive.tar.gz
bower resolved      https://github.com/jonschlinkert/html-tag.git#2.0.0
bower download      https://github.com/jonschlinkert/for-own/archive/1.0.0.tar.gz
bower download      https://github.com/components/handlebars.js/archive/v4.0.11.tar.gz
bower extract       kind-of#^6.0.0 archive.tar.gz
bower mismatch      Version declared in the json (6.0.0) is different than the resolved one (6.0.2)
bower resolved      https://github.com/jonschlinkert/kind-of.git#6.0.2
bower extract       year#^0.2.1 archive.tar.gz
bower resolved      https://github.com/jonschlinkert/year.git#0.2.1
bower extract       for-own#^1.0.0 archive.tar.gz
bower resolved      https://github.com/jonschlinkert/for-own.git#1.0.0
bower extract       handlebars#^4.0.11 archive.tar.gz
bower resolved      https://github.com/components/handlebars.js.git#4.0.11
bower ENOTFOUND     Package arr-flatten not found

Next try (without cleaning cache) gives:

bower cached        https://github.com/helpers/handlebars-helpers.git#0.10.0
bower validate      0.10.0 against https://github.com/helpers/handlebars-helpers.git#*
bower not-cached    https://github.com/webedge/array-sort.git#^0.1.4
bower resolve       https://github.com/webedge/array-sort.git#^0.1.4
bower not-cached    https://github.com/abyr/striptags.git#^3.1.0
bower resolve       https://github.com/abyr/striptags.git#^3.1.0
bower not-cached    https://github.com/firstandthird/relative.git#^3.0.2
bower resolve       https://github.com/firstandthird/relative.git#^3.0.2
bower cached        https://github.com/jonschlinkert/for-own.git#1.0.0
bower validate      1.0.0 against https://github.com/jonschlinkert/for-own.git#^1.0.0
bower cached        https://github.com/components/handlebars.js.git#4.0.11
bower validate      4.0.11 against https://github.com/components/handlebars.js.git#^4.0.11
bower cached        https://github.com/jonschlinkert/html-tag.git#2.0.0
bower validate      2.0.0 against https://github.com/jonschlinkert/html-tag.git#^2.0.0
bower cached        https://github.com/jonschlinkert/year.git#0.2.1
bower validate      0.2.1 against https://github.com/jonschlinkert/year.git#^0.2.1
bower cached        https://github.com/jonschlinkert/kind-of.git#6.0.2
bower validate      6.0.2 against https://github.com/jonschlinkert/kind-of.git#^6.0.0
bower ENOTFOUND     Package define-property not found

Basically each time it crashes on different dependency. Bower and node are updated. Windows 64bit Pro here.