webpack-core : The core of webpack and enhanced-require.. You can installing webpack-core 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 webpack-core $ sudo npm install -g webpack-core
If want to update the webpack-core package execute the command as below,
$ sudo npm update webpack-core
Update package globally,
$ npm install -g webpack-core
$ sudo git clone https://github.com/rektide/webpack-core.git
$ sudo npm install -g ./webpack-core
webpack-core@0.6.9 /usr/lib/node_modules/webpack-core
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-core
| Package Name | webpack-core |
| Version | 0.6.9 |
| Description | The core of webpack and enhanced-require. |
| Released Date | 2016-12-07T08:01:48.001Z |
| Published by | sokra |
| How to Learn | https://www.npmjs.com/package/webpack-core/tutorial |