How to Install graphql-tag NPM Packages on Ubuntu / Debian

How to Install graphql-tag software package in NPM Packages

graphql-tag : A JavaScript template literal tag that parses GraphQL queries. You can installing graphql-tag 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 graphql-tag
$ sudo npm install -g graphql-tag

If want to update the graphql-tag package execute the command as below,

$ sudo npm update graphql-tag

Update package globally,

$ npm install -g graphql-tag

Git clone:

$ sudo  git clone https://github.com/rektide/graphql-tag.git
$ sudo  npm install -g ./graphql-tag

graphql-tag@2.5.0 /usr/lib/node_modules/graphql-tag

How to remove graphql-tag package :

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

$ sudo npm uninstall graphql-tag

Basic Information of graphql-tag NPM Package:

Package Name graphql-tag
Version 2.5.0
Description A JavaScript template literal tag that parses GraphQL queries
Released Date 2017-10-16T23:10:04.957Z
Published by jnwng
How to Learn https://www.npmjs.com/package/graphql-tag/tutorial