-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local development: command "pnpm i" causes dependency error in nextra-theme-docs 2.0.1 #1035
Comments
pnpm-lock.yaml generated in my local repository has the highlighted differences compared to same file in https://github.com/shuding/nextra-docs-template |
root cause seems reach/reach-ui#925 |
Reach UI is not maintained anymore so it might worth considering getting rid of that library and replace it with Radix. |
@phenomen thanks for hint @shuding radix as used in UMAprotocol/voter-dapp-v2@527b1e0 looks like a quick and easy approach to fixing it. What is your thought? |
Makes sense to move away from Reach to Radix! Happy to accept a PR or I can do it next week 👍 |
reach/skip-nav is used only in examples/swr-site/pages/_document.js would replacement with |
I don't think that does the same job. |
Unfortunately I have no idea how to fix this issue :( |
updated 08Dec2022 16:34 CET @shuding after I manually reverted "pnpm-lock.yaml" to version from nextra-docs-template/pnpm-lock.yaml" error changes but I still can't get a successful build. Any hint how I can get more information on root cause?
|
update: after I removed the mdx file using "callout", build succeeded but it seems to indicate another error in nextra-theme-docs ./pages/99_HowToEditSite/2 Advanced formatting in Markdown.mdx |
Fix #1051 |
Just did a fresh "deploy" from https://nextra.site/docs/docs-theme/start
As documented in README.md
when I run
pnpm i
below error is caused.The text was updated successfully, but these errors were encountered: