gatsby : React.js Static Site Generator. You can installing gatsby 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 gatsby $ sudo npm install -g gatsby
If want to update the gatsby package execute the command as below,
$ sudo npm update gatsby
Update package globally,
$ npm install -g gatsby
$ sudo git clone https://github.com/rektide/gatsby.git
$ sudo npm install -g ./gatsby
gatsby@1.9.119 /usr/lib/node_modules/gatsby
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gatsby
Package Name | gatsby |
Version | 1.9.119 |
Description | React.js Static Site Generator |
Released Date | 2017-11-21T17:29:25.072Z |
Published by | kylemathews |
How to Learn | https://www.npmjs.com/package/gatsby/tutorial |