set-immediate-shim : Simple setImmediate shim. You can installing set-immediate-shim 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 set-immediate-shim $ sudo npm install -g set-immediate-shim
If want to update the set-immediate-shim package execute the command as below,
$ sudo npm update set-immediate-shim
Update package globally,
$ npm install -g set-immediate-shim
$ sudo git clone https://github.com/rektide/set-immediate-shim.git
$ sudo npm install -g ./set-immediate-shim
set-immediate-shim@1.0.1 /usr/lib/node_modules/set-immediate-shim
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall set-immediate-shim
| Package Name | set-immediate-shim |
| Version | 1.0.1 |
| Description | Simple setImmediate shim |
| Released Date | 2015-03-12T07:46:00.857Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/set-immediate-shim/tutorial |