dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

cli-ux is deprecated

Open jfirebaugh opened this issue 4 years ago • 0 comments

When installing this package, or any package that depends on it, npm prints the following warning:

npm WARN deprecated [email protected]: 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, has been deprecated and is now unmaintained. The replacement is @oclif/core, see this document for upgrade instructions.

jfirebaugh avatar Feb 02 '22 04:02 jfirebaugh