When installing this package, or any package that depends on it, npm prints the following warning: ``` npm WARN deprecated cli-ux@5.6.7: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. ``` This is because cli-ux, [which this package depends on](https://github.com/oclif/dev-cli/blob/ef2ec22438e87fb7107b4c49d2c47584a2222817/package.json#L15), [has been deprecated and is now unmaintained](https://www.npmjs.com/package/cli-ux). The replacement is `@oclif/core`, see [this document](https://github.com/oclif/core/blob/main/src/cli-ux/README.md) for upgrade instructions.
When installing this package, or any package that depends on it, npm prints the following warning:
This is because cli-ux, which this package depends on, has been deprecated and is now unmaintained. The replacement is
@oclif/core, see this document for upgrade instructions.