xgqfrms / Gatsby-Tutorials-All-In-One

Gatsby-Tutorials-All-In-One
https://gatsby-react-app.xgqfrms.xyz
MIT License
1 stars 0 forks source link

Gatsby & GitHub Actions workflow build errors All In One #11

Closed xgqfrms closed 1 year ago

xgqfrms commented 1 year ago

Gatsby & GitHub Actions workflow build errors All In One

Error: Could not find function loadNodeContent for plugin internal-data-bridge

https://github.com/xgqfrms/Gatsby-Tutorials-All-In-One/actions/runs/4147832644/jobs/7175168401

gatsby-transformer-remark version bug ???

image
xgqfrms commented 1 year ago

https://github.com/gatsbyjs/gatsby/issues/18338

https://github.com/kilburn/gatsby-source-s3-asset/issues/2

https://stackoverflow.com/questions/58431689/error-when-deploying-the-gatsby-app-with-gatsby-source-buttercms-on-zeit

xgqfrms commented 1 year ago

lock version ❓

image

https://github.com/xgqfrms/Gatsby-Tutorials-All-In-One/blob/master/package.json

{
-  "gatsby-transformer-remark": "^6.2.0",
+  "gatsby-transformer-remark": "6.2.0",
}

{
-  "gatsby-transformer-remark": "^6.2.0",
+  "gatsby-transformer-remark": "5.25.0",
}
image