Ask Echo JS : How do you manage your module dependencies?
▼8 up and 0 down, posted by
8 up and 0 down, posted by
I would be interested to know your personal experiences about managing npm module dependencies within your projects. I'm aware of tools such as David which automatically tracks dependencies, and can even display badges one can embed in README files : https://david-dm.org Basically, what I'm wondering about precisely is when to decide to update the package.json file. Also, now that the caret (^) prefix appeared (and is the new default when doing npm install --save), there is an even greater number of available options to consider. What are your thoughts on this topic?