loader-runner : Runs (webpack) loaders. You can installing loader-runner 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 loader-runner $ sudo npm install -g loader-runner
If want to update the loader-runner package execute the command as below,
$ sudo npm update loader-runner
Update package globally,
$ npm install -g loader-runner
$ sudo git clone https://github.com/rektide/loader-runner.git
$ sudo npm install -g ./loader-runner
loader-runner@2.3.0 /usr/lib/node_modules/loader-runner
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall loader-runner
Package Name | loader-runner |
Version | 2.3.0 |
Description | Runs (webpack) loaders |
Released Date | 2017-01-26T00:24:11.732Z |
Published by | sokra |
How to Learn | https://www.npmjs.com/package/loader-runner/tutorial |