sync : Library that makes simple to run asynchronous functions in synchronous manner, using node-fibers.. You can installing 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 sync $ sudo npm install -g sync
If want to update the sync package execute the command as below,
$ sudo npm update sync
Update package globally,
$ npm install -g sync
$ sudo git clone https://github.com/rektide/sync.git
$ sudo npm install -g ./sync
sync@0.2.5 /usr/lib/node_modules/sync
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sync
| Package Name | sync |
| Version | 0.2.5 |
| Description | Library that makes simple to run asynchronous functions in synchronous manner, using node-fibers. |
| Released Date | 2015-02-13T10:52:43.859Z |
| Published by | octave |
| How to Learn | https://www.npmjs.com/package/sync/tutorial |