random-words : Generate one or more common English words. You can installing random-words 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 random-words $ sudo npm install -g random-words
If want to update the random-words package execute the command as below,
$ sudo npm update random-words
Update package globally,
$ npm install -g random-words
$ sudo git clone https://github.com/rektide/random-words.git
$ sudo npm install -g ./random-words
random-words@0.0.1 /usr/lib/node_modules/random-words
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall random-words
| Package Name | random-words |
| Version | 0.0.1 |
| Description | Generate one or more common English words |
| Released Date | 2013-05-31T19:05:45.368Z |
| Published by | boutell |
| How to Learn | https://www.npmjs.com/package/random-words/tutorial |