video.js : An HTML5 and Flash video player with a common API and skin for both.. You can installing video.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 video.js $ sudo npm install -g video.js
If want to update the video.js package execute the command as below,
$ sudo npm update video.js
Update package globally,
$ npm install -g video.js
$ sudo git clone https://github.com/rektide/video.js.git
$ sudo npm install -g ./video.js
video.js@6.4.0 /usr/lib/node_modules/video.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall video.js
| Package Name | video.js |
| Version | 6.4.0 |
| Description | An HTML5 and Flash video player with a common API and skin for both. |
| Released Date | 2017-11-01T20:42:26.024Z |
| Published by | gkatsev |
| How to Learn | https://www.npmjs.com/package/video.js/tutorial |