graphql-subscriptions : GraphQL subscriptions for node.js. You can installing graphql-subscriptions 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-subscriptions $ sudo npm install -g graphql-subscriptions
If want to update the graphql-subscriptions package execute the command as below,
$ sudo npm update graphql-subscriptions
Update package globally,
$ npm install -g graphql-subscriptions
$ sudo git clone https://github.com/rektide/graphql-subscriptions.git
$ sudo npm install -g ./graphql-subscriptions
graphql-subscriptions@0.5.5 /usr/lib/node_modules/graphql-subscriptions
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall graphql-subscriptions
Package Name | graphql-subscriptions |
Version | 0.5.5 |
Description | GraphQL subscriptions for node.js |
Released Date | 2017-11-21T16:48:49.881Z |
Published by | danielr |
How to Learn | https://www.npmjs.com/package/graphql-subscriptions/tutorial |