spawn-sync : Prollyfill for child_process.spawnSync. You can installing spawn-sync 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 spawn-sync $ sudo npm install -g spawn-sync
If want to update the spawn-sync package execute the command as below,
$ sudo npm update spawn-sync
Update package globally,
$ npm install -g spawn-sync
$ sudo git clone https://github.com/rektide/spawn-sync.git
$ sudo npm install -g ./spawn-sync
spawn-sync@1.0.15 /usr/lib/node_modules/spawn-sync
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall spawn-sync
| Package Name | spawn-sync |
| Version | 1.0.15 |
| Description | Prollyfill for child_process.spawnSync |
| Released Date | 2016-01-03T15:04:43.341Z |
| Published by | forbeslindesay |
| How to Learn | https://www.npmjs.com/package/spawn-sync/tutorial |