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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sync-exec
| 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 |