browserify-shim : Makes CommonJS-incompatible modules browserifyable.. You can installing browserify-shim 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 browserify-shim $ sudo npm install -g browserify-shim
If want to update the browserify-shim package execute the command as below,
$ sudo npm update browserify-shim
Update package globally,
$ npm install -g browserify-shim
$ sudo git clone https://github.com/rektide/browserify-shim.git
$ sudo npm install -g ./browserify-shim
browserify-shim@3.8.14 /usr/lib/node_modules/browserify-shim
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall browserify-shim
Package Name | browserify-shim |
Version | 3.8.14 |
Description | Makes CommonJS-incompatible modules browserifyable. |
Released Date | 2017-03-24T20:25:23.953Z |
Published by | bendrucker |
How to Learn | https://www.npmjs.com/package/browserify-shim/tutorial |