universal-analytics : A node module for Googles Universal Analytics tracking. You can installing universal-analytics 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 universal-analytics $ sudo npm install -g universal-analytics
If want to update the universal-analytics package execute the command as below,
$ sudo npm update universal-analytics
Update package globally,
$ npm install -g universal-analytics
$ sudo git clone https://github.com/rektide/universal-analytics.git
$ sudo npm install -g ./universal-analytics
universal-analytics@0.4.16 /usr/lib/node_modules/universal-analytics
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall universal-analytics
| Package Name | universal-analytics |
| Version | 0.4.16 |
| Description | A node module for Googles Universal Analytics tracking |
| Released Date | 2017-11-24T12:32:27.299Z |
| Published by | jtillmann |
| How to Learn | https://www.npmjs.com/package/universal-analytics/tutorial |