rollup-pluginutils : Functionality commonly needed by Rollup plugins. You can installing rollup-pluginutils 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 rollup-pluginutils $ sudo npm install -g rollup-pluginutils
If want to update the rollup-pluginutils package execute the command as below,
$ sudo npm update rollup-pluginutils
Update package globally,
$ npm install -g rollup-pluginutils
$ sudo git clone https://github.com/rektide/rollup-pluginutils.git
$ sudo npm install -g ./rollup-pluginutils
rollup-pluginutils@2.0.1 /usr/lib/node_modules/rollup-pluginutils
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rollup-pluginutils
| Package Name | rollup-pluginutils |
| Version | 2.0.1 |
| Description | Functionality commonly needed by Rollup plugins |
| Released Date | 2017-01-03T19:10:11.120Z |
| Published by | rich_harris |
| How to Learn | https://www.npmjs.com/package/rollup-pluginutils/tutorial |