Skip to content

Attempting to upgrade from mdx 1.6.22 to 2.1.2 throwing error: cannot find module estree-walker. #2088

Answered by ChristianMurphy
ajaypillay asked this question in Q&A
Discussion options

You must be logged in to vote

meteor-mdx doesn't support MDX 2 yet.
It is calling APIs which don't exist in version 2 https://github.com/Apollinaire/meteor-mdx/blob/0cee4c6ecc664c8a0341fee0cb1dff324b4fa14f/compiler.js#L70 (version 2 API https://mdxjs.com/packages/mdx/)

The dependency issue is just one side effect of it not being designed for version 2.
This would be something to take up with the author(s) of the integration
https://github.com/Apollinaire/meteor-mdx/issues

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ChristianMurphy
Comment options

@ajaypillay
Comment options

Answer selected by ChristianMurphy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
👀 no/external This makes more sense somewhere else
2 participants