How to Install ts-jest NPM Packages on Ubuntu / Debian

How to Install ts-jest software package in NPM Packages

ts-jest : A preprocessor with sourcemap support to help use Typescript with Jest. You can installing ts-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 ts-jest
$ sudo npm install -g ts-jest

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

$ sudo npm update ts-jest

Update package globally,

$ npm install -g ts-jest

Git clone:

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

ts-jest@21.2.3 /usr/lib/node_modules/ts-jest

How to remove ts-jest package :

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

$ sudo npm uninstall ts-jest

Basic Information of ts-jest NPM Package:

Package Name ts-jest
Version 21.2.3
Description A preprocessor with sourcemap support to help use Typescript with Jest
Released Date 2017-11-17T04:23:53.311Z
Published by kul
How to Learn https://www.npmjs.com/package/ts-jest/tutorial