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

How to Install grunt-exec software package in NPM Packages

grunt-exec : Grunt task for executing shell commands.. You can installing grunt-exec 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 grunt-exec
$ sudo npm install -g grunt-exec

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

$ sudo npm update grunt-exec

Update package globally,

$ npm install -g grunt-exec

Git clone:

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

grunt-exec@3.0.0 /usr/lib/node_modules/grunt-exec

How to remove grunt-exec package :

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

$ sudo npm uninstall grunt-exec

Basic Information of grunt-exec NPM Package:

Package Name grunt-exec
Version 3.0.0
Description Grunt task for executing shell commands.
Released Date 2017-07-27T15:54:02.769Z
Published by gwicksted
How to Learn https://www.npmjs.com/package/grunt-exec/tutorial