hoek : General purpose node utilities. You can installing hoek 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 hoek $ sudo npm install -g hoek
If want to update the hoek package execute the command as below,
$ sudo npm update hoek
Update package globally,
$ npm install -g hoek
$ sudo git clone https://github.com/rektide/hoek.git
$ sudo npm install -g ./hoek
hoek@5.0.2 /usr/lib/node_modules/hoek
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hoek
Package Name | hoek |
Version | 5.0.2 |
Description | General purpose node utilities |
Released Date | 2017-11-03T09:12:15.703Z |
Published by | hueniverse |
How to Learn | https://www.npmjs.com/package/hoek/tutorial |