Replies: 1 comment 3 replies
-
|
Unfortunately it is very complicated to debug such kind of issue without a repro I suggest regenerating all lockfiles, upgrading and reinstalling everything And removing all your swizzled components as you might have a bug inside one of them |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have docusaurus installed in a yarn monorepo. I have tried the above Bug report "Prerequisites" but they are not realistic in a monorepo and cause more errors, for example:
yarn cleardoes not work for me (maybe I'm on an older version?)Initially I was seeing yarn warnings like this:
So I updated my workspace package to this:
And now the yarn warnings are gone. However the docs site is still broken.
If I delete my node modules folders, and delete yarn.lock, the docs site DOES INSTALL AND RUN correctly, but then my other projects in the workspace are broken.
Any thoughts on a fix?
Beta Was this translation helpful? Give feedback.
All reactions