file-saver : An HTML5 saveAs() FileSaver implementation. You can installing file-saver 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 file-saver $ sudo npm install -g file-saver
If want to update the file-saver package execute the command as below,
$ sudo npm update file-saver
Update package globally,
$ npm install -g file-saver
$ sudo git clone https://github.com/rektide/file-saver.git
$ sudo npm install -g ./file-saver
file-saver@1.3.3 /usr/lib/node_modules/file-saver
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall file-saver
Package Name | file-saver |
Version | 1.3.3 |
Description | An HTML5 saveAs() FileSaver implementation |
Released Date | 2016-10-05T10:53:26.698Z |
Published by | endless |
How to Learn | https://www.npmjs.com/package/file-saver/tutorial |