How to Install jsonata NPM Packages on Ubuntu / Debian

How to Install jsonata software package in NPM Packages

jsonata : JSON query and transformation language. You can installing jsonata 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 jsonata
$ sudo npm install -g jsonata

If want to update the jsonata package execute the command as below,

$ sudo npm update jsonata

Update package globally,

$ npm install -g jsonata

Git clone:

$ sudo  git clone https://github.com/rektide/jsonata.git
$ sudo  npm install -g ./jsonata

jsonata@1.4.1 /usr/lib/node_modules/jsonata

How to remove jsonata package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall jsonata

Basic Information of jsonata NPM Package:

Package Name jsonata
Version 1.4.1
Description JSON query and transformation language
Released Date 2017-11-13T22:06:50.258Z
Published by jsonata
How to Learn https://www.npmjs.com/package/jsonata/tutorial