apollo-server : Production-ready Node.js GraphQL server for Express, Hapi, Koa. You can installing apollo-server 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-server $ sudo npm install -g apollo-server
If want to update the apollo-server package execute the command as below,
$ sudo npm update apollo-server
Update package globally,
$ npm install -g apollo-server
$ sudo git clone https://github.com/rektide/apollo-server.git
$ sudo npm install -g ./apollo-server
apollo-server@0.3.3 /usr/lib/node_modules/apollo-server
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall apollo-server
Package Name | apollo-server |
Version | 0.3.3 |
Description | Production-ready Node.js GraphQL server for Express, Hapi, Koa |
Released Date | 2016-10-22T23:03:44.823Z |
Published by | sashko |
How to Learn | https://www.npmjs.com/package/apollo-server/tutorial |