-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
🐛 type/bugThis is a problemThis is a problem👶 semver/patchThis is a backwards-compatible fixThis is a backwards-compatible fix💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface
Description
When using Yarn v2, I get the following error:
Error: mdast-util-mdx-jsx tried to access unist-util-stringify-position, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
I can see that from-markdown.js
has var stringifyPosition = require('unist-util-stringify-position')
Should this be added to package.json
?
Metadata
Metadata
Assignees
Labels
🐛 type/bugThis is a problemThis is a problem👶 semver/patchThis is a backwards-compatible fixThis is a backwards-compatible fix💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface