update-notifier : Update notifications for your CLI app. You can installing update-notifier 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 update-notifier $ sudo npm install -g update-notifier
If want to update the update-notifier package execute the command as below,
$ sudo npm update update-notifier
Update package globally,
$ npm install -g update-notifier
$ sudo git clone https://github.com/rektide/update-notifier.git
$ sudo npm install -g ./update-notifier
update-notifier@2.3.0 /usr/lib/node_modules/update-notifier
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall update-notifier
| Package Name | update-notifier |
| Version | 2.3.0 |
| Description | Update notifications for your CLI app |
| Released Date | 2017-10-09T09:41:18.498Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/update-notifier/tutorial |