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
Trying to upgrade @Docusaurus packages to latest. Normally works fine with no problem using:
yarn workspace website up @docusuarus/core@latest
Bug
When using the following script, now produces
yarn workspace website up @docusaurus/core@latest
➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: Assertion failed: Expected the root to be registered
at lUe (/Users/XXX/tva/.yarn/releases/yarn-berry.cjs:448:4565)
at Ke.resolveEverything (/Users/XXX//tva/.yarn/releases/yarn-berry.cjs:441:8306)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/XXX/tva/.yarn/releases/yarn-berry.cjs:444:2138
at async Fe.startTimerPromise (/Users/XXX/tva/.yarn/releases/yarn-berry.cjs:412:3730)
at async Ke.install (/Users/XXX/tva/.yarn/releases/yarn-berry.cjs:444:2077)
at async /Users/XXX/tva/.yarn/releases/yarn-berry.cjs:578:75
at async Fe.start (/Users/XXX/tva/.yarn/releases/yarn-berry.cjs:412:2287)
at async uf.executeUpClassic (/Users/XXX/tva/.yarn/releases/yarn-berry.cjs:578:5)
at async uf.execute (/Users/XXX/tva/.yarn/releases/yarn-berry.cjs:573:1197)
➤ YN0000: └ Completed in 1s 590ms
➤ YN0000: Failed with errors in 1s 592ms
To reproduce
Clone repo
Run yarn workspace website up @docusaurus/core@latest
Self-service
Describe the bug
Repo: https://github.com/pluralsight/tva
Workspace: website
Yarn: v3.1.0 PnP
Context
Trying to upgrade @Docusaurus packages to latest. Normally works fine with no problem using:
Bug
When using the following script, now produces
To reproduce
yarn workspace website up @docusaurus/core@latest
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: