-
Notifications
You must be signed in to change notification settings - Fork 6
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
Please don't log every npm dependency which doesn't have the ropm
keyword
#39
Comments
So I do realize it's verbose, but many ropm developers (and publishers) aren't overly experienced with npm/ropm things, so it's helpful in my opinion to explain why a certain package didn't get copied to your rootDir. That being said, perhaps we can introduce a
and then the more verbose loglevel would be where the full list of skipped packages would be printed. |
But what is it useful for? |
What about this scenario?
Lodash is definitely not a ropm module. but ropm will "install it" just fine because ropm just initiates Now, when I run
I would much rather warn users about something not looking right, rather than making them investigate it themselves ("and you see which modules are copied") every time they run |
I'd suggest adding some |
I'm not a fan of the noise either, as it goes.
|
Maybe that's the problem - maybe ROPM should inform that the package user is trying to install has no
won't be necessary - what user should do with such information? I think it's useless |
My project heavily uses
npm
modules andropm copy
is uber verbose:That message REALLY isn't useful.
The text was updated successfully, but these errors were encountered: