Content: [remark-footnotes] Warning: please upgrade to remark 13 to use this plugin

Created on 19 Oct 2020  路  4Comments  路  Source: nuxt/content

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', ],
WX20201019-103936

According to the configuration of the document, I don't know why the error is reported.

question

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

All 4 comments

@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

Was this page helpful?
0 / 5 - 0 ratings