rollup-plugin-node-resolve : Bundle third-party dependencies in node_modules. You can installing rollup-plugin-node-resolve 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-resolve $ sudo npm install -g rollup-plugin-node-resolve
If want to update the rollup-plugin-node-resolve package execute the command as below,
$ sudo npm update rollup-plugin-node-resolve
Update package globally,
$ npm install -g rollup-plugin-node-resolve
$ sudo git clone https://github.com/rektide/rollup-plugin-node-resolve.git
$ sudo npm install -g ./rollup-plugin-node-resolve
rollup-plugin-node-resolve@3.0.0 /usr/lib/node_modules/rollup-plugin-node-resolve
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rollup-plugin-node-resolve
| Package Name | rollup-plugin-node-resolve |
| Version | 3.0.0 |
| Description | Bundle third-party dependencies in node_modules |
| Released Date | 2017-04-01T05:17:28.276Z |
| Published by | rich_harris |
| How to Learn | https://www.npmjs.com/package/rollup-plugin-node-resolve/tutorial |