Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after installation with micromark package #117

Open
existe-deja opened this issue Nov 8, 2023 · 0 comments
Open

Error after installation with micromark package #117

existe-deja opened this issue Nov 8, 2023 · 0 comments

Comments

@existe-deja
Copy link

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 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant