yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.4k stars 2.72k forks source link

(regression) yarn workspaces info --json does not output only json anymore #7897

Open akosyakov opened 4 years ago

akosyakov commented 4 years ago
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.

benoitf commented 4 years ago

workaround: yarn workspaces --json info dup of https://github.com/yarnpkg/yarn/issues/7881

mashpie commented 2 years ago

wtf...