zone.js : Zones for JavaScript. You can installing zone.js 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 zone.js $ sudo npm install -g zone.js
If want to update the zone.js package execute the command as below,
$ sudo npm update zone.js
Update package globally,
$ npm install -g zone.js
$ sudo git clone https://github.com/rektide/zone.js.git
$ sudo npm install -g ./zone.js
zone.js@0.8.18 /usr/lib/node_modules/zone.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall zone.js
| Package Name | zone.js |
| Version | 0.8.18 |
| Description | Zones for JavaScript |
| Released Date | 2017-09-27T22:33:47.753Z |
| Published by | angular |
| How to Learn | https://www.npmjs.com/package/zone.js/tutorial |