How to Install apollo-server NPM Packages on Ubuntu / Debian

How to Install apollo-server software package in NPM Packages

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

Git clone:

$ 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

How to remove apollo-server package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall apollo-server

Basic Information of apollo-server NPM Package:

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