bower: "Ask for Insights on first run." breaks automation.
When issuing bower install for the first time even with the -s option present bower asks ‘May bower anonymously report usage statistics to improve the tool over time? (Y/n)’ which breaks automated tools not expecting interaction (i.e. Travis).
Would be great if we could provide an answer as a part of the command or at least for the -s option to be respected.
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 87 (37 by maintainers)
Commits related to this issue
- Answer bower's question Until https://github.com/bower/bower/issues/1102 is fixed — committed to atizo/braindump by deleted user 10 years ago
- skip bower's reporting message (https://github.com/bower/bower/issues/1102) — committed to EdmundsWidgets/com.edmunds.widgets by deleted user 10 years ago
- Fix ridiculous bower behavior. See https://github.com/bower/bower/issues/1102 — committed to jridgewell/minionette by jridgewell 10 years ago
- Fixed bower installation issues https://github.com/bower/bower/issues/1102 — committed to kostia/jquery.li18n by kostia 10 years ago
- Set Bower not to ask for usage stats This was a breaking change introduced in new Bower version - see https://github.com/bower/bower/issues/1102. With the new parameter Bower will hopefully not ask f... — committed to saxicek/odpad-praha8.cz by saxicek 10 years ago
- stop bower from asking for input otherwise it is not possible to automate see https://github.com/bower/bower/issues/1102 — committed to pogopaule/ember-cli-qunit by deleted user 10 years ago
- stop bower from asking for input otherwise it is not possible to automate see https://github.com/bower/bower/issues/1102 — committed to pogopaule/ember-cli-qunit by deleted user 10 years ago
- prevent bower from prompting about statistics when running in subshell see more https://github.com/bower/bower/issues/1102 — committed to generoi/git-hooks by oxyc 10 years ago
- Reverts 5584d1062ecb, and adds further details for disabling analytics. Adds details for disabling analytics for, for example, non-interactive build scripts and the like. * Discussed in https://gith... — committed to damncabbage/bower by damncabbage 9 years ago
- Update webview setup task "npm install" has a prompt "May bower anonymously report usage statistics to improve the tool over time? (Y/n)" See https://github.com/bower/bower/issues/1102 — committed to karenc/cnx-setup by karenc 9 years ago
- Update webview setup task "npm install" has a prompt "May bower anonymously report usage statistics to improve the tool over time? (Y/n)" See https://github.com/bower/bower/issues/1102 — committed to karenc/cnx-setup by karenc 9 years ago
- Update webview setup task "npm install" has a prompt "May bower anonymously report usage statistics to improve the tool over time? (Y/n)" See https://github.com/bower/bower/issues/1102 — committed to karenc/cnx-setup by karenc 9 years ago
- Update webview setup task "npm install" has a prompt "May bower anonymously report usage statistics to improve the tool over time? (Y/n)" See https://github.com/bower/bower/issues/1102 — committed to karenc/cnx-setup by karenc 9 years ago
- Add bower/bower#1102 — committed to stuartpb/github-drama by stuartpb 9 years ago
- Merge pull request #1 from stuartpb/patch-1 Add bower/bower#1102 — committed to nikolas/github-drama by nikolas 9 years ago
- Create README.md — committed to vivekbarsagadey/posita by vivekbarsagadey 9 years ago
- Remove analytics from Bower, fixes #1102 They caused more issues than useful they were. Instead, we'll focus on fetching statistics from NPM registry to watch Bower's popularity, and GitHub stars ov... — committed to bower/bower by sheerun 8 years ago
- Remove analytics from Bower, fixes #1102 They caused more issues than useful they were. Instead, we'll focus on fetching statistics from NPM registry to watch Bower's popularity, and GitHub stars ov... — committed to bower/bower by sheerun 8 years ago
- Merge pull request #2150 from bower/feature/analytics Remove analytics from Bower, fixes #1102 — committed to bower/bower by sheerun 8 years ago
<sarcasm>Oh that’s great that the changelog mentions that. Totally makes up for a huge breaking change on a 0.1 version bump release.</sarcasm>
Agreed. Silent should be silent.
No, we’re not able to get everything that we want. What can we do to make things better for you?
I’m not sure! Would it be too much to list every single configuration option in
--help?@waynebloss @zjacreman