node-yaml : A wrapper for js-yaml parser. You can installing node-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 node-yaml $ sudo npm install -g node-yaml
If want to update the node-yaml package execute the command as below,
$ sudo npm update node-yaml
Update package globally,
$ npm install -g node-yaml
$ sudo git clone https://github.com/rektide/node-yaml.git
$ sudo npm install -g ./node-yaml
node-yaml@3.1.1 /usr/lib/node_modules/node-yaml
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-yaml
Package Name | node-yaml |
Version | 3.1.1 |
Description | A wrapper for js-yaml parser |
Released Date | 2017-08-15T00:19:16.665Z |
Published by | octetstream |
How to Learn | https://www.npmjs.com/package/node-yaml/tutorial |