mdx-embed icon indicating copy to clipboard operation
mdx-embed copied to clipboard

Users are receiving errors of outdated `mdx` versions, this fixes those errors.

Open lacymorrow opened this issue 7 months ago • 2 comments

Run npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @mdx-js/[email protected]
npm ERR! node_modules/@mdx-js/mdx
npm ERR!   @mdx-js/mdx@"^2.1.[5](https://github.com/AAM-Institute/dev-101/actions/runs/6918427115/job/18820681158#step:5:6)" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @mdx-js/mdx@"^1.[6](https://github.com/AAM-Institute/dev-101/actions/runs/6918427115/job/18820681158#step:5:7).16" from [email protected]
npm ERR! node_modules/mdx-embed
npm ERR!   mdx-embed@"^1.1.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /home/runner/.npm/eresolve-report.txt for a full report.

lacymorrow avatar Nov 25 '23 03:11 lacymorrow