pdfkit : A PDF generation library for Node.js. You can installing pdfkit 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 pdfkit $ sudo npm install -g pdfkit
If want to update the pdfkit package execute the command as below,
$ sudo npm update pdfkit
Update package globally,
$ npm install -g pdfkit
$ sudo git clone https://github.com/rektide/pdfkit.git
$ sudo npm install -g ./pdfkit
pdfkit@0.8.3 /usr/lib/node_modules/pdfkit
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pdfkit
| Package Name | pdfkit |
| Version | 0.8.3 |
| Description | A PDF generation library for Node.js |
| Released Date | 2017-07-02T01:31:37.767Z |
| Published by | devongovett |
| How to Learn | https://www.npmjs.com/package/pdfkit/tutorial |