custom-elements-manifest icon indicating copy to clipboard operation
custom-elements-manifest copied to clipboard

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

Open guillemcordoba opened this issue 2 years ago • 0 comments

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 avatar Feb 06 '22 19:02 guillemcordoba