jsonld : A JSON-LD Processor and API implementation in JavaScript.. You can installing jsonld 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 jsonld $ sudo npm install -g jsonld
If want to update the jsonld package execute the command as below,
$ sudo npm update jsonld
Update package globally,
$ npm install -g jsonld
$ sudo git clone https://github.com/rektide/jsonld.git
$ sudo npm install -g ./jsonld
jsonld@0.4.12 /usr/lib/node_modules/jsonld
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsonld
Package Name | jsonld |
Version | 0.4.12 |
Description | A JSON-LD Processor and API implementation in JavaScript. |
Released Date | 2017-04-24T20:03:11.497Z |
Published by | mattcollier |
How to Learn | https://www.npmjs.com/package/jsonld/tutorial |