mime-content : A simple mime-type based string parser. You can installing mime-content 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 mime-content $ sudo npm install -g mime-content
If want to update the mime-content package execute the command as below,
$ sudo npm update mime-content
Update package globally,
$ npm install -g mime-content
$ sudo git clone https://github.com/rektide/mime-content.git
$ sudo npm install -g ./mime-content
mime-content@0.0.7 /usr/lib/node_modules/mime-content
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mime-content
Package Name | mime-content |
Version | 0.0.7 |
Description | A simple mime-type based string parser |
Released Date | 2016-03-10T18:42:10.379Z |
Published by | activeprospect |
How to Learn | https://www.npmjs.com/package/mime-content/tutorial |