browserify : browser-side require() the node way. You can installing browserify 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 $ sudo npm install -g browserify
If want to update the browserify package execute the command as below,
$ sudo npm update browserify
Update package globally,
$ npm install -g browserify
$ sudo git clone https://github.com/rektide/browserify.git
$ sudo npm install -g ./browserify
browserify@14.5.0 /usr/lib/node_modules/browserify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall browserify
Package Name | browserify |
Version | 14.5.0 |
Description | browser-side require() the node way |
Released Date | 2017-10-20T09:03:30.828Z |
Published by | goto-bus-stop |
How to Learn | https://www.npmjs.com/package/browserify/tutorial |