apn : An interface to the Apple Push Notification service for Node.js. You can installing apn 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 apn $ sudo npm install -g apn
If want to update the apn package execute the command as below,
$ sudo npm update apn
Update package globally,
$ npm install -g apn
$ sudo git clone https://github.com/rektide/apn.git
$ sudo npm install -g ./apn
apn@2.1.5 /usr/lib/node_modules/apn
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall apn
Package Name | apn |
Version | 2.1.5 |
Description | An interface to the Apple Push Notification service for Node.js |
Released Date | 2017-06-29T11:51:40.223Z |
Published by | florianreinhart |
How to Learn | https://www.npmjs.com/package/apn/tutorial |