installing new plugins with gatsby js code example
Example: how to install source plugin gatsby
npm install --save gatsby-source-filesystem
# Yarn
yarn add gatsby-source-filesystem
npm install --save gatsby-source-filesystem
# Yarn
yarn add gatsby-source-filesystem