loader-utils : utils for webpack loaders. You can installing loader-utils 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-utils $ sudo npm install -g loader-utils
If want to update the loader-utils package execute the command as below,
$ sudo npm update loader-utils
Update package globally,
$ npm install -g loader-utils
$ sudo git clone https://github.com/rektide/loader-utils.git
$ sudo npm install -g ./loader-utils
loader-utils@1.1.0 /usr/lib/node_modules/loader-utils
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall loader-utils
Package Name | loader-utils |
Version | 1.1.0 |
Description | utils for webpack loaders |
Released Date | 2017-03-16T14:05:28.112Z |
Published by | jhnns |
How to Learn | https://www.npmjs.com/package/loader-utils/tutorial |