How to Install jest NPM Packages on Ubuntu / Debian

How to Install jest software package in NPM Packages

jest : Delightful JavaScript Testing.. You can installing jest 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 jest
$ sudo npm install -g jest

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

$ sudo npm update jest

Update package globally,

$ npm install -g jest

Git clone:

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

jest@21.2.1 /usr/lib/node_modules/jest

How to remove jest package :

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

$ sudo npm uninstall jest

Basic Information of jest NPM Package:

Package Name jest
Version 21.2.1
Description Delightful JavaScript Testing.
Released Date 2017-09-27T22:15:39.768Z
Published by cpojer
How to Learn https://www.npmjs.com/package/jest/tutorial