npm-registry-client : Client for the npm registry. You can installing npm-registry-client 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-registry-client $ sudo npm install -g npm-registry-client
If want to update the npm-registry-client package execute the command as below,
$ sudo npm update npm-registry-client
Update package globally,
$ npm install -g npm-registry-client
$ sudo git clone https://github.com/rektide/npm-registry-client.git
$ sudo npm install -g ./npm-registry-client
npm-registry-client@8.5.0 /usr/lib/node_modules/npm-registry-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall npm-registry-client
Package Name | npm-registry-client |
Version | 8.5.0 |
Description | Client for the npm registry |
Released Date | 2017-09-26T22:14:37.917Z |
Published by | iarna |
How to Learn | https://www.npmjs.com/package/npm-registry-client/tutorial |