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

Getting "There are no dependencies!" with cost-of-modules --no-install #10

Closed
kentcdodds opened this issue Oct 28, 2016 · 3 comments
Closed

Comments

@kentcdodds
Copy link

This is odd, but I wonder if it's because my project has no production dependencies (only dev). There are definitely modules in node_modules though. Any ideas?

@siddharthkp
Copy link
Owner

Yep, it only checks prod dependencies because those are the ones that get distributed

If you're looking for optimising dev depencies as well, I can include another flag cost-of-modules --include-dev

@kentcdodds
Copy link
Author

Gotcha, makes total sense. Yeah, I'd love a --include-dev if you feel so inclined :)

@siddharthkp
Copy link
Owner

@kentcdodds Published in 0.3.0!

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

No branches or pull requests

2 participants