Category Archives: Node-NPM

Npm tips

To update all dependencies in a package.json to their latest versions.. can install this globally first(just once):

and then run below which will update the versions of each dependency to the latest

finally run below to update all of the scripts to their latest. Note, this could be code breaking depending on version updates for your dependencies.