aurelia-fetch-client : A simple client based on the Fetch standard.. You can installing aurelia-fetch-client 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 aurelia-fetch-client $ sudo npm install -g aurelia-fetch-client
If want to update the aurelia-fetch-client package execute the command as below,
$ sudo npm update aurelia-fetch-client
Update package globally,
$ npm install -g aurelia-fetch-client
$ sudo git clone https://github.com/rektide/aurelia-fetch-client.git
$ sudo npm install -g ./aurelia-fetch-client
aurelia-fetch-client@1.1.3 /usr/lib/node_modules/aurelia-fetch-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aurelia-fetch-client
Package Name | aurelia-fetch-client |
Version | 1.1.3 |
Description | A simple client based on the Fetch standard. |
Released Date | 2017-08-22T06:08:53.738Z |
Published by | aureliaeffect |
How to Learn | https://www.npmjs.com/package/aurelia-fetch-client/tutorial |