mimelib : MIME functions to encode/decode e-mails etc.. You can installing mimelib 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 mimelib $ sudo npm install -g mimelib
If want to update the mimelib package execute the command as below,
$ sudo npm update mimelib
Update package globally,
$ npm install -g mimelib
$ sudo git clone https://github.com/rektide/mimelib.git
$ sudo npm install -g ./mimelib
mimelib@0.3.1 /usr/lib/node_modules/mimelib
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mimelib
Package Name | mimelib |
Version | 0.3.1 |
Description | MIME functions to encode/decode e-mails etc. |
Released Date | 2017-06-05T17:14:47.177Z |
Published by | andris |
How to Learn | https://www.npmjs.com/package/mimelib/tutorial |