How do I use npm to show the latest version of a module? I am expecting something like npm --latest express
to print out v3.0.0
.
How do I use npm to show the latest version of a module? I am expecting something like npm --latest express
to print out v3.0.0
.