apollo-client : A simple yet functional GraphQL client.. You can installing apollo-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 apollo-client $ sudo npm install -g apollo-client
If want to update the apollo-client package execute the command as below,
$ sudo npm update apollo-client
Update package globally,
$ npm install -g apollo-client
$ sudo git clone https://github.com/rektide/apollo-client.git
$ sudo npm install -g ./apollo-client
apollo-client@2.0.3 /usr/lib/node_modules/apollo-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall apollo-client
Package Name | apollo-client |
Version | 2.0.3 |
Description | A simple yet functional GraphQL client. |
Released Date | 2017-11-16T02:57:57.041Z |
Published by | jbaxleyiii |
How to Learn | https://www.npmjs.com/package/apollo-client/tutorial |