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
Failed to parse "sanitized" output of "yarn workspaces info" command.
When running medusa-dev. Running yarn version 3.5.0.
Additionally, the global param has been removed from Yarn. So with later than 2.x the correct usage is yarn dlx, which runs it in a temp env and thus downloads it all the time. Which is tiring to say the least! Anyway, using npm side steps this, but I still get the same result.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm getting:
Failed to parse "sanitized" output of "yarn workspaces info" command.
When running medusa-dev. Running yarn version 3.5.0.
Additionally, the global param has been removed from Yarn. So with later than 2.x the correct usage is yarn dlx, which runs it in a temp env and thus downloads it all the time. Which is tiring to say the least! Anyway, using npm side steps this, but I still get the same result.
Beta Was this translation helpful? Give feedback.
All reactions