We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Like the topic states. I cannot install this package with bower.
My last try (with clean cache) is:
The result (some private directory names replaced with `xxx'):
Next try (without cleaning cache) gives:
Basically each time it crashes on different dependency.
Bower and node are updated. Windows 64bit Pro here.
The text was updated successfully, but these errors were encountered: