vega : The Vega visualization grammar.. You can installing vega 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 vega $ sudo npm install -g vega
If want to update the vega package execute the command as below,
$ sudo npm update vega
Update package globally,
$ npm install -g vega
$ sudo git clone https://github.com/rektide/vega.git
$ sudo npm install -g ./vega
vega@3.0.7 /usr/lib/node_modules/vega
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vega
| Package Name | vega |
| Version | 3.0.7 |
| Description | The Vega visualization grammar. |
| Released Date | 2017-10-25T05:25:19.361Z |
| Published by | jheer |
| How to Learn | https://www.npmjs.com/package/vega/tutorial |