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.
@oclif/core dependency / change to peer dependency #471
Currently,
@oclif/coredepends oncli-uxwhich depends on@oclif/core, and which depends oncli-ux, and so on.This cycle can cause (and actually causes) multiple versions of
@oclif/coreandcli-uxexist innode_modules.There are a few solutions to this problem, e.g.:
@oclif/coreas a peer dependency.