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
On a project running nuxt 3 and @nuxt/content 2 (which use micromark too) everything is fine until I install this package. Then I got an error
ERROR [worker reload] [worker init] The requested module 'file:///path-to-project/node_modules/micromark/index.js' does not provide an export named 'postprocess'
import { postprocess, preprocess } from 'node_modules/micromark/index.js';
^^^^^^^^^^^
SyntaxError: The requested module 'node_modules/micromark/index.js' does not provide an export named 'postprocess'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:190:5)
Is it possible to update the package to the latest version?
Thanks 🙏
The text was updated successfully, but these errors were encountered:
On a project running nuxt 3 and @nuxt/content 2 (which use micromark too) everything is fine until I install this package. Then I got an error
Is it possible to update the package to the latest version?
Thanks 🙏
The text was updated successfully, but these errors were encountered: