Friday 17 March 2017

Get list of all NPM dependency minimum node.js engine version

We have an NPM project X. I want to get a distinct list of all the dependencies in the project and the minimum Node.js (engine) version that they need.

How can I do this?

The motivation is of course to discovery what the minimum Nodejs version we need to run in development and production.



via Alexander Mills

No comments:

Post a Comment