codelyzer : Linting for Angular applications, following angular.io/styleguide.. You can installing codelyzer 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 codelyzer $ sudo npm install -g codelyzer
If want to update the codelyzer package execute the command as below,
$ sudo npm update codelyzer
Update package globally,
$ npm install -g codelyzer
$ sudo git clone https://github.com/rektide/codelyzer.git
$ sudo npm install -g ./codelyzer
codelyzer@4.0.1 /usr/lib/node_modules/codelyzer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall codelyzer
| Package Name | codelyzer |
| Version | 4.0.1 |
| Description | Linting for Angular applications, following angular.io/styleguide. |
| Released Date | 2017-11-03T18:06:53.990Z |
| Published by | mgechev |
| How to Learn | https://www.npmjs.com/package/codelyzer/tutorial |