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

[to-markdown] Uncaught SyntaxError: mdast-builder/lib/src/index.js' does not provide an export named 'image' #161

Open
guillemcordoba opened this issue Feb 6, 2022 · 0 comments

Comments

@guillemcordoba
Copy link

guillemcordoba commented Feb 6, 2022

I'm trying to import the customElementsManifestToMarkdown function in rocket like this:

```js script
import { customElementsManifestToMarkdown } from "@custom-elements-manifest/to-markdown";

But I'm getting this error:

Uncaught SyntaxError: The requested module './../../../mdast-builder/lib/src/index.js' does not provide an export named 'image'


**Expected behavior**
No error is given.
@guillemcordoba guillemcordoba changed the title [to-markdownUncaught SyntaxError: mdast-builder/lib/src/index.js' does not provide an export named 'image' [to-markdown] Uncaught SyntaxError: mdast-builder/lib/src/index.js' does not provide an export named 'image' Feb 6, 2022
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