latest : Determine the latest available version of a package in npm. You can installing latest npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install latest $ sudo npm install -g latest
If want to update the latest package execute the command as below,
$ sudo npm update latest
Update package globally,
$ npm install -g latest
$ sudo git clone https://github.com/rektide/latest.git
$ sudo npm install -g ./latest
latest@0.2.0 /usr/lib/node_modules/latest
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall latest
Package Name | latest |
Version | 0.2.0 |
Description | Determine the latest available version of a package in npm |
Released Date | 2015-02-19T23:48:53.457Z |
Published by | bahamas10 |
How to Learn | https://www.npmjs.com/package/latest/tutorial |