Closed stephencweiss closed 4 years ago
Looks like this is a dependency issue. gatsby-transform-remark
depends on remark-stringify@^5.0.0
which has this bug. It has been fixed in remark-stringify@^6.0.0
. We need to dump the dependency version but it will likely require a minor release for gatsby-transform-remark
.
Description
When building my Gatsby site, I'm seeing the following errors thrown even though my posts are written in plain Markdown:
On my personal site (github repo) I get it for all of these posts (there's no pattern that I'm seeing that makes them unique):
Steps to reproduce
npm install
) and start (npm start
)Expected result
MARKDOWN
should not failActual result
MARKDOWN
fails and no excerpt is generatedEnvironment