rollup-plugin-node-globals : insert the same globals browserify does. You can installing rollup-plugin-node-globals 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-plugin-node-globals $ sudo npm install -g rollup-plugin-node-globals
If want to update the rollup-plugin-node-globals package execute the command as below,
$ sudo npm update rollup-plugin-node-globals
Update package globally,
$ npm install -g rollup-plugin-node-globals
$ sudo git clone https://github.com/rektide/rollup-plugin-node-globals.git
$ sudo npm install -g ./rollup-plugin-node-globals
rollup-plugin-node-globals@1.1.0 /usr/lib/node_modules/rollup-plugin-node-globals
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rollup-plugin-node-globals
| Package Name | rollup-plugin-node-globals |
| Version | 1.1.0 |
| Description | insert the same globals browserify does |
| Released Date | 2016-11-16T19:54:23.921Z |
| Published by | cwmma |
| How to Learn | https://www.npmjs.com/package/rollup-plugin-node-globals/tutorial |