yarn
yarn copied to clipboard
(regression) yarn workspaces info --json does not output only json anymore
gitpod /workspace/theia $ yarn workspaces info --json
yarn workspaces v1.22.0
{
"@theia/application-manager": {
"location": "dev-packages/application-manager",
"workspaceDependencies": [
"@theia/ext-scripts",
"@theia/application-package"
],
"mismatchedWorkspaceDependencies": []
yarn workspaces v1.22.0
Should not be there.
workaround: yarn workspaces --json info
dup of https://github.com/yarnpkg/yarn/issues/7881
wtf...