content-disposition : Create and parse Content-Disposition header. You can installing content-disposition 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 content-disposition $ sudo npm install -g content-disposition
If want to update the content-disposition package execute the command as below,
$ sudo npm update content-disposition
Update package globally,
$ npm install -g content-disposition
$ sudo git clone https://github.com/rektide/content-disposition.git
$ sudo npm install -g ./content-disposition
content-disposition@0.5.2 /usr/lib/node_modules/content-disposition
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall content-disposition
Package Name | content-disposition |
Version | 0.5.2 |
Description | Create and parse Content-Disposition header |
Released Date | 2016-12-09T01:17:05.156Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/content-disposition/tutorial |