mathieudutour / gatsby-digital-garden

🌷 🌻 🌺 Create a digital garden with Gatsby
https://mathieudutour.github.io/gatsby-digital-garden
MIT License
665 stars 103 forks source link

'gatsby develop' leads to ReferenceError #134

Closed adrien-perello closed 3 years ago

adrien-perello commented 3 years ago

Problem

I can't develop the site with the theme

Manipulation

I tried both with Gatsby CLI

gatsby new dg https://github.com/mathieudutour/gatsby-starter-digital-garden

AND manually changing the theme after installation of gatsby-theme-blog (from the tutorial mentioned on this github page)

In both case I get ReferenceError: Join is not defined

Screenshot from 2021-07-08 15-41-09

Other tests

I precise that i install a new site using gatsby CLI with

and those 2 themes worked

What am I missing? Anyone else encounter the same problem?

mathieudutour commented 3 years ago

ah sorry, should be fixed if you reinstall the dependencies now