yaml-loader : YAML loader for webpack (converts YAML to JSON). You can installing yaml-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 yaml-loader $ sudo npm install -g yaml-loader
If want to update the yaml-loader package execute the command as below,
$ sudo npm update yaml-loader
Update package globally,
$ npm install -g yaml-loader
$ sudo git clone https://github.com/rektide/yaml-loader.git
$ sudo npm install -g ./yaml-loader
yaml-loader@0.5.0 /usr/lib/node_modules/yaml-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall yaml-loader
| Package Name | yaml-loader |
| Version | 0.5.0 |
| Description | YAML loader for webpack (converts YAML to JSON) |
| Released Date | 2017-07-03T16:04:50.334Z |
| Published by | okonet |
| How to Learn | https://www.npmjs.com/package/yaml-loader/tutorial |