gatsby-link : An enhanced Link component for Gatsby sites with support for resource prefetching. You can installing gatsby-link 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-link $ sudo npm install -g gatsby-link
If want to update the gatsby-link package execute the command as below,
$ sudo npm update gatsby-link
Update package globally,
$ npm install -g gatsby-link
$ sudo git clone https://github.com/rektide/gatsby-link.git
$ sudo npm install -g ./gatsby-link
gatsby-link@1.6.28 /usr/lib/node_modules/gatsby-link
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gatsby-link
Package Name | gatsby-link |
Version | 1.6.28 |
Description | An enhanced Link component for Gatsby sites with support for resource prefetching |
Released Date | 2017-11-14T17:49:42.508Z |
Published by | kylemathews |
How to Learn | https://www.npmjs.com/package/gatsby-link/tutorial |