highcharts : JavaScript charting framework. You can installing highcharts 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 highcharts $ sudo npm install -g highcharts
If want to update the highcharts package execute the command as below,
$ sudo npm update highcharts
Update package globally,
$ npm install -g highcharts
$ sudo git clone https://github.com/rektide/highcharts.git
$ sudo npm install -g ./highcharts
highcharts@6.0.3 /usr/lib/node_modules/highcharts
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall highcharts
Package Name | highcharts |
Version | 6.0.3 |
Description | JavaScript charting framework |
Released Date | 2017-11-14T10:23:31.720Z |
Published by | highsoft |
How to Learn | https://www.npmjs.com/package/highcharts/tutorial |