js-yaml : YAML 1.2 parser and serializer. You can installing js-yaml 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 js-yaml $ sudo npm install -g js-yaml
If want to update the js-yaml package execute the command as below,
$ sudo npm update js-yaml
Update package globally,
$ npm install -g js-yaml
$ sudo git clone https://github.com/rektide/js-yaml.git
$ sudo npm install -g ./js-yaml
js-yaml@3.10.0 /usr/lib/node_modules/js-yaml
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall js-yaml
Package Name | js-yaml |
Version | 3.10.0 |
Description | YAML 1.2 parser and serializer |
Released Date | 2017-09-11T08:19:12.765Z |
Published by | vitaly |
How to Learn | https://www.npmjs.com/package/js-yaml/tutorial |