npm-cli-login : Allows you to log in to NPM without STDIN, STDOUT. Use in places like CI build systems. Also creates/modifies entries in the ~/.npmrc file for authentication.. You can installing npm-cli-login 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 npm-cli-login $ sudo npm install -g npm-cli-login
If want to update the npm-cli-login package execute the command as below,
$ sudo npm update npm-cli-login
Update package globally,
$ npm install -g npm-cli-login
$ sudo git clone https://github.com/rektide/npm-cli-login.git
$ sudo npm install -g ./npm-cli-login
npm-cli-login@0.0.10 /usr/lib/node_modules/npm-cli-login
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall npm-cli-login
Package Name | npm-cli-login |
Version | 0.0.10 |
Description | Allows you to log in to NPM without STDIN, STDOUT. Use in places like CI build systems. Also creates/modifies entries in the ~/.npmrc file for authentication. |
Released Date | 2016-03-16T10:19:48.043Z |
Published by | madebysid |
How to Learn | https://www.npmjs.com/package/npm-cli-login/tutorial |