You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
`npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: --------
npm ERR! Found: [email protected]
npm ERR! node_modules/next
npm ERR! next@"12.1.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer next@"9.0.x - 10.0.x" from [email protected]
npm ERR! node_modules/next-mdx-enhanced
npm ERR! next-mdx-enhanced@"*" 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 /.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /.npm/_logs/2022-04-06T07_00_27_186Z-debug-0.log`
It seems like an issue is occurring for the newer version of the Nextjs. Its layouts feature is so impressive to work with which is not present in the next-mdx-remote version.
The text was updated successfully, but these errors were encountered:
`npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: --------
npm ERR! Found: [email protected]
npm ERR! node_modules/next
npm ERR! next@"12.1.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer next@"9.0.x - 10.0.x" from [email protected]
npm ERR! node_modules/next-mdx-enhanced
npm ERR! next-mdx-enhanced@"*" 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 /.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /.npm/_logs/2022-04-06T07_00_27_186Z-debug-0.log`
It seems like an issue is occurring for the newer version of the Nextjs. Its layouts feature is so impressive to work with which is not present in the next-mdx-remote version.
The text was updated successfully, but these errors were encountered: