-
Notifications
You must be signed in to change notification settings - Fork 47
Option like --check? #35
Comments
@anstosa i've been meaning to implement I have not implemented it yet. But if you want to take a go at it, it would just be re-using the |
Cool, thanks @Raynos. I should be able to take a look at this towards the end of next week. |
@anstosa i'll update you once i start working on it |
+1 for this, if nobody is going to take it anytime soon I will. I'd like to run it as a pre-commit hook so we don't commit stale shrinkwrap files (happens all the time). |
We do not plan to implement this in the near future. However here is a suggestion on how to implement it. CheckTo implement I'd also modify Then the actual implementation of |
cc @dfellis |
This would be incredibly useful - any chance the "near future" is passed, and it's likely to be implemented again? |
As part of my build, I would like to check to make sure that the modules match my packages.json, but my build cannot have network dependencies so
npm install
will not work. shrinkwrap can do this but as far as I can tell there is not flag like--check
to have it just run the check and nothing else. Would you consider adding something like this? Or is there an existing method that I can use?Thanks!
The text was updated successfully, but these errors were encountered: