Mac 10.15.6
node v12.19.0
npm 6.14.8
docs https://content.nuxtjs.org/installation/
package.json
"@nuxt/content": "^1.10.0",
"nuxt": "^2.14.7"
nuxt.config.js
modules: [
// https://go.nuxtjs.dev/content
'@nuxt/content',
],

According to the configuration of the document, I don't know why the error is reported.
@pangxieju
My bug report #583 would help you understand the situation.
@NozomuIkuta
Thank you for your help! I tried to upgrade "remark-parse", but the problem is still not solved.
@pangxieju
Workaround was found and shared in #583. 馃檵
@NozomuIkuta
Thank you very much, the problem is solved.
From package.json:
"@nuxt/content": "^1.10.0",
"nuxt": "^2.14.7",
"remark-footnotes": "2.0.0"
npm i remark-footnotes@2 -D
Most helpful comment
@NozomuIkuta
Thank you very much, the problem is solved.
From package.json:
"@nuxt/content": "^1.10.0", "nuxt": "^2.14.7", "remark-footnotes": "2.0.0"npm i remark-footnotes@2 -D