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

Be quiet while npm && bower installs #150

Open
hemanth opened this issue Mar 8, 2014 · 4 comments
Open

Be quiet while npm && bower installs #150

hemanth opened this issue Mar 8, 2014 · 4 comments

Comments

@hemanth
Copy link
Member

hemanth commented Mar 8, 2014

As of now:

I'm all done. Running bower install & npm install for you to install the required dependencies. If this fails, try running the command yourself.

npm http GET ....
npm http GET ....
....
....

Would be useful if it's something like:

I'm all done. Running bower install & npm install for you to install the required dependencies. If this fails, try running the command yourself.

........ Done! Enjoy :-)

In case of an error:

I'm all done. Running bower install & npm install for you to install the required dependencies. If this fails, try running the command yourself.
.
......Error! There was error check the logs/ try manual install.

It's like --quiet or --silent by default, but just enjoy information to notify the progress.

@sindresorhus
Copy link
Member

Yes, I've been thinking about this too. Yeoman is generally unnecessarily noisy. I think a good way is to only show all the output in case of an error or when the --verbose flag is passed.

@sindresorhus
Copy link
Member

Would you be interested in working on this?

@hemanth
Copy link
Member Author

hemanth commented Mar 8, 2014

@sindresorhus Yes! I'm already pawing at easing installation of generators. [Would ❤️ some inputs]

@eddiemonge eddiemonge changed the title Be quite while npm && bower installs Be quiet while npm && bower installs Jan 8, 2015
@ghost
Copy link

ghost commented Jul 29, 2015

I prefer a little noise over accidentally hiding away any warnings or errors. Wouldn't this be easier implemented in npm as simply a less noisy installation process?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants