null-loader : A loader that returns an empty module.. You can installing null-loader 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 null-loader $ sudo npm install -g null-loader
If want to update the null-loader package execute the command as below,
$ sudo npm update null-loader
Update package globally,
$ npm install -g null-loader
$ sudo git clone https://github.com/rektide/null-loader.git
$ sudo npm install -g ./null-loader
null-loader@0.1.1 /usr/lib/node_modules/null-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall null-loader
Package Name | null-loader |
Version | 0.1.1 |
Description | A loader that returns an empty module. |
Released Date | 2015-02-13T16:42:10.983Z |
Published by | sokra |
How to Learn | https://www.npmjs.com/package/null-loader/tutorial |