How to Install time-grunt NPM Packages on Ubuntu / Debian

How to Install time-grunt software package in NPM Packages

time-grunt : Display the elapsed execution time of grunt tasks. You can installing time-grunt 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 time-grunt
$ sudo npm install -g time-grunt

If want to update the time-grunt package execute the command as below,

$ sudo npm update time-grunt

Update package globally,

$ npm install -g time-grunt

Git clone:

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

time-grunt@1.4.0 /usr/lib/node_modules/time-grunt

How to remove time-grunt package :

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

$ sudo npm uninstall time-grunt

Basic Information of time-grunt NPM Package:

Package Name time-grunt
Version 1.4.0
Description Display the elapsed execution time of grunt tasks
Released Date 2016-07-20T13:28:58.801Z
Published by sindresorhus
How to Learn https://www.npmjs.com/package/time-grunt/tutorial