standard : JavaScript Standard Style. You can installing standard 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 standard $ sudo npm install -g standard
If want to update the standard package execute the command as below,
$ sudo npm update standard
Update package globally,
$ npm install -g standard
$ sudo git clone https://github.com/rektide/standard.git
$ sudo npm install -g ./standard
standard@10.0.3 /usr/lib/node_modules/standard
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall standard
| Package Name | standard |
| Version | 10.0.3 |
| Description | JavaScript Standard Style |
| Released Date | 2017-08-06T18:39:09.229Z |
| Published by | bret |
| How to Learn | https://www.npmjs.com/package/standard/tutorial |