Skip to content
New issue

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

Avoid issue where ember init stalls on fresh system #1805

Merged
merged 1 commit into from
Aug 28, 2014
Merged

Avoid issue where ember init stalls on fresh system #1805

merged 1 commit into from
Aug 28, 2014

Conversation

sandstrom
Copy link
Contributor

There is an issue where (on a fresh system, which has never run bower before), the bower 'opt-in analytics prompt' will show for a sliver of time (since npm refreshes the cli output with a spinning pipe (\ | / -). This causes the initial ember init to stall indefinitely.

This patch opts out of analytics via .bowerrc, to circumvent the above issue.

More on bower analytics opt-in:
bower/bower#1162

stefanpenner added a commit that referenced this pull request Aug 28, 2014
Avoid issue where `ember init` stalls on fresh system
@stefanpenner stefanpenner merged commit 9d73320 into ember-cli:master Aug 28, 2014
@sandstrom sandstrom deleted the patch-1 branch August 28, 2014 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants