mgol / grunt-check-dependencies

Checks if currently installed npm dependencies are installed in the exact same versions that are specified in package.json
MIT License
15 stars 6 forks source link

Yarn support and/or callback #14

Closed taoeffect closed 7 years ago

taoeffect commented 7 years ago

Currently this package doesn't support Yarn. This could be ameliorated either by:

mgol commented 7 years ago

I'm good with both solutions; the second one is more generic but I see yarn is gaining enough traction that the library may as well support it natively.

Would you like to prepare a PR? I can help if you don't understand something around a codebase.

mgol commented 7 years ago

Note, though, that Yarn is so quick when run on an already setup project that it might be simpler to just always invoke yarn at the beginning of your Gruntfile. :-)

mgol commented 7 years ago

This feature would have to be added at https://github.com/mgol/check-dependencies/ as this is just its Grunt task so please re-create the issue there. Thanks.