sprintf-js : JavaScript sprintf implementation. You can installing sprintf-js 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 sprintf-js $ sudo npm install -g sprintf-js
If want to update the sprintf-js package execute the command as below,
$ sudo npm update sprintf-js
Update package globally,
$ npm install -g sprintf-js
$ sudo git clone https://github.com/rektide/sprintf-js.git
$ sudo npm install -g ./sprintf-js
sprintf-js@1.1.1 /usr/lib/node_modules/sprintf-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sprintf-js
| Package Name | sprintf-js |
| Version | 1.1.1 |
| Description | JavaScript sprintf implementation |
| Released Date | 2017-05-29T16:20:53.315Z |
| Published by | alexei |
| How to Learn | https://www.npmjs.com/package/sprintf-js/tutorial |