pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Check before updating npm #20

Closed pento closed 6 years ago

pento commented 6 years ago

npm install -g npm can be slow, there isn't much point in running it if there isn't an update available.

In a useful turn of events npm outdated -g npm will exit with an error if it's outdated.