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
I get this error now when I try to update scripts using yarn upgrade in a separate repo that has it as a dependency. Specifically version v1.9.0
Invariant Violation: expected workspace package to exist for "typedoc"
at invariant (/Users/jsoto/.nvm/versions/node/v18.20.5/lib/node_modules/yarn/lib/cli.js:2318:15)
at _loop2 (/Users/jsoto/.nvm/versions/node/v18.20.5/lib/node_modules/yarn/lib/cli.js:91560:9)
at PackageHoister.init (/Users/jsoto/.nvm/versions/node/v18.20.5/lib/node_modules/yarn/lib/cli.js:91619:19)
at PackageLinker.getFlatHoistedTree (/Users/jsoto/.nvm/versions/node/v18.20.5/lib/node_modules/yarn/lib/cli.js:48551:20)
at PackageLinker.<anonymous> (/Users/jsoto/.nvm/versions/node/v18.20.5/lib/node_modules/yarn/lib/cli.js:48562:27)
at Generator.next (<anonymous>)
at step (/Users/jsoto/.nvm/versions/node/v18.20.5/lib/node_modules/yarn/lib/cli.js:310:30)
at /Users/jsoto/.nvm/versions/node/v18.20.5/lib/node_modules/yarn/lib/cli.js:328:14
at new Promise (<anonymous>)
at new F (/Users/jsoto/.nvm/versions/node/v18.20.5/lib/node_modules/yarn/lib/cli.js:5539:28)
The text was updated successfully, but these errors were encountered:
I get this error now when I try to update scripts using
yarn upgrade
in a separate repo that has it as a dependency. Specifically versionv1.9.0
The text was updated successfully, but these errors were encountered: