How to Install tslint NPM Packages on Ubuntu / Debian

How to Install tslint software package in NPM Packages

tslint : An extensible static analysis linter for the TypeScript language. You can installing tslint 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 tslint
$ sudo npm install -g tslint

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

$ sudo npm update tslint

Update package globally,

$ npm install -g tslint

Git clone:

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

tslint@5.8.0 /usr/lib/node_modules/tslint

How to remove tslint package :

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

$ sudo npm uninstall tslint

Basic Information of tslint NPM Package:

Package Name tslint
Version 5.8.0
Description An extensible static analysis linter for the TypeScript language
Released Date 2017-10-20T19:05:25.771Z
Published by palantir
How to Learn https://www.npmjs.com/package/tslint/tutorial