youtube-node : Youtube API v3 client for nodeJS. You can installing youtube-node 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 youtube-node $ sudo npm install -g youtube-node
If want to update the youtube-node package execute the command as below,
$ sudo npm update youtube-node
Update package globally,
$ npm install -g youtube-node
$ sudo git clone https://github.com/rektide/youtube-node.git
$ sudo npm install -g ./youtube-node
youtube-node@1.3.2 /usr/lib/node_modules/youtube-node
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall youtube-node
| Package Name | youtube-node |
| Version | 1.3.2 |
| Description | Youtube API v3 client for nodeJS |
| Released Date | 2017-07-02T06:48:10.670Z |
| Published by | paulomcnally |
| How to Learn | https://www.npmjs.com/package/youtube-node/tutorial |