npm-notifier
v1.3.2
Published
npm updater and notifier
Downloads
10
Readme
npm-notifier
Installation
$ npm i -g npm-notifier
What is npm-notifier
This is a package that alerts you when there is a new npm version online. It allows you also to install npm latest version.
How to use it
You have to write this on you CLI:
$ nn
Example
$ nn
---------------------
| New version!!!! |
| |
| v5.6.0 --> v5.7.1 |
---------------------
? Would you like to update your npm? [Y/N] Y
/home/pc/.nvm/versions/node/v9.7.0/bin/npm -> /home/pc/.nvm/versions/node/v9.7.0/lib/node_modules/npm/bin/npm-cli.js
/home/pc/.nvm/versions/node/v9.7.0/bin/npx -> /home/pc/.nvm/versions/node/v9.7.0/lib/node_modules/npm/bin/npx-cli.js
+ [email protected]
added 63 packages, removed 6 packages and updated 49 packages in 19.939s
If you have already the latest version:
$ nn
Your npm version is the latest (v5.7.1)
Author
License
MIT