nextra icon indicating copy to clipboard operation
nextra copied to clipboard

Allows regeneration of `pnpm-lock.yaml` by fixing build error

Open robbear opened this issue 3 years ago • 2 comments

Fixes #844

The lockfile can't currently be regenerated since the resulting build breaks due to TypeScript problems. This is a proposed fix.

  1. rm pnpm-lock.yaml
  2. pnpm install

Note that regenerating the lockfile appears to reveal peer dependency warnings due to the use of React 18.

robbear avatar Sep 19 '22 17:09 robbear

⚠️ No Changeset found

Latest commit: 052520fa470708ca6c16c6640a3f6a480cd66f99

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Sep 19 '22 17:09 changeset-bot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nextra-theme-docs-dev ✅ Ready (Inspect) Visit Preview Sep 19, 2022 at 6:02PM (UTC)
nextra-v2 ✅ Ready (Inspect) Visit Preview Sep 19, 2022 at 6:02PM (UTC)
1 Ignored Deployment
Name Status Preview Updated
nextra ⬜️ Ignored (Inspect) Sep 19, 2022 at 6:02PM (UTC)

vercel[bot] avatar Sep 19 '22 17:09 vercel[bot]

Thank you!

shuding avatar Sep 23 '22 17:09 shuding