Tuesday, 2 May 2017

Find out if package.json includes all the necessary dependancies

I just inherited an Angular 2/ Redux project. There are countless packages in ng_modules, and I'd like to get rid of some. npm prune cannot work because package.json does not include all the necessary dependencies. Is there a way to check if any necessary dependencies are missing from the package.json? I think I know how to check for unnecessary ones.



via Jaeeun Lee

No comments:

Post a Comment