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

How to Install sync-exec software package in NPM Packages

sync-exec : Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc.. You can installing sync-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 sync-exec
$ sudo npm install -g sync-exec

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

$ sudo npm update sync-exec

Update package globally,

$ npm install -g sync-exec

Git clone:

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

sync-exec@0.6.2 /usr/lib/node_modules/sync-exec

How to remove sync-exec package :

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

$ sudo npm uninstall sync-exec

Basic Information of sync-exec NPM Package:

Package Name sync-exec
Version 0.6.2
Description Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc.
Released Date 2015-08-24T16:52:25.770Z
Published by gvarsanyi
How to Learn https://www.npmjs.com/package/sync-exec/tutorial