filesaver.js : An HTML5 saveAs() FileSaver implementation. You can installing filesaver.js 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 filesaver.js $ sudo npm install -g filesaver.js
If want to update the filesaver.js package execute the command as below,
$ sudo npm update filesaver.js
Update package globally,
$ npm install -g filesaver.js
$ sudo git clone https://github.com/rektide/filesaver.js.git
$ sudo npm install -g ./filesaver.js
filesaver.js@0.2.0 /usr/lib/node_modules/filesaver.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall filesaver.js
Package Name | filesaver.js |
Version | 0.2.0 |
Description | An HTML5 saveAs() FileSaver implementation |
Released Date | 2015-08-02T01:01:25.137Z |
Published by | grassick |
How to Learn | https://www.npmjs.com/package/filesaver.js/tutorial |