how to install emotion in gatsby

Shell
#Copy code to clipboard
npm install --save gatsby-plugin-emotion @emotion/core @emotion/styled

# Yarn
yarn add gatsby-plugin-emotion @emotion/core @emotion/styled
Source

Also in Shell: