yo icon indicating copy to clipboard operation
yo copied to clipboard

Be quiet while npm && bower installs

Open hemanth opened this issue 11 years ago • 4 comments

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.

hemanth avatar Mar 08 '14 13:03 hemanth

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 avatar Mar 08 '14 13:03 sindresorhus

Would you be interested in working on this?

sindresorhus avatar Mar 08 '14 14:03 sindresorhus

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

hemanth avatar Mar 08 '14 14:03 hemanth

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?

ghost avatar Jul 29 '15 19:07 ghost