Yarn: (regression) yarn workspaces info --json does not output only json anymore

Created on 10 Feb 2020  路  1Comment  路  Source: yarnpkg/yarn

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.

Most helpful comment

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings