A tip from a colleague; npm-check.
npm-check makes it very easy to see which of your npm packages is outdated, incorrect or unused.
To use it, first install it using:
$ npm install -g npm-check
Then you can call it using:
$ npm-check
A tip from a colleague; npm-check.
npm-check makes it very easy to see which of your npm packages is outdated, incorrect or unused.
To use it, first install it using:
$ npm install -g npm-check
Then you can call it using:
$ npm-check