Thursday, August 25, 2016

Useful npm Commands

When you work with npm modules it is always a best practice to install latest packages. Even this will reduce security vulnerabilities of outdated packages.
First I will show package.json file of my older project. In this project I haven't updated npm modules recently.
By running npm outdated command you can have a better idea about your outdated packages.

No comments:

Post a Comment