You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a compatibility problem? Or a wrong configuration of the markdownit module?
The trace of the error is:
FATAL Cannot read property 'options' of undefined 18:20:19
at extendBuild (node_modules/@nuxt/core/dist/core.js:122:10)
at ModuleContainer.markdownitModule (node_modules/@nuxtjs/markdownit/dist/module.js:25:3)
at ModuleContainer.addModule (node_modules/@nuxt/core/dist/core.js:215:34)
at node_modules/@nuxt/utils/dist/utils.js:1803:43
at async ModuleContainer.ready (node_modules/@nuxt/core/dist/core.js:43:5)
at async Nuxt._init (node_modules/@nuxt/core/dist/core.js:685:5)
The text was updated successfully, but these errors were encountered:
I've installed v2.0.0 of @nuxtjs/markdownit to my vuejs application which is using nuxt (v2.12.2).
After adding:
To nuxt modules, nuxt informs me on startup:
Is this a compatibility problem? Or a wrong configuration of the markdownit module?
The trace of the error is:
The text was updated successfully, but these errors were encountered: