Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Remove @oclif/core dependency / change to peer dependency #471

@dsokal

Description

@dsokal

Currently, @oclif/core depends on cli-ux which depends on @oclif/core, and which depends on cli-ux, and so on.
This cycle can cause (and actually causes) multiple versions of @oclif/core and cli-ux exist in node_modules.

There are a few solutions to this problem, e.g.:

  • You could add @oclif/core as a peer dependency.
  • You could extract the common functionality to a separate package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions