Closed robjwa20 closed 2 years ago
Hi @robjwa20 ! The latest version only runs with node version 18.
error Gatsby requires Node.js 18.0.0 or higher (you have v16.18.1).
You need to specify the correct node version that you are using in your Netlify CI.
If you are using Github actions for the deployment, take a look at this example: https://github.com/konstantinmuenster/gatsby-theme-portfolio-minimal/blob/main/.github/workflows/develop.yml
Thank you! Learning how this all works haha.
Sorry, 1 last question. If I wanted to add new social profiles. I need to make changes to the actual theme itself don't I?
No problem! There was a similar issue recently. I link it here: https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme/issues/12
But generally, you are right. You would have to change the theme itself for that. But I am happy to add whatever new social profile you wanna have. Then it becomes accessible for all theme users 👍
Yes, I saw that issue and I found the corresponding update to see how it was added.
I was going to add YouTube, Tiktok, Twitch and Discord :)
Alright, sounds good! I will add them to the theme 👍
This issue seems to be solved, so I close it.
I'm not too sure what to do to fix it