Describe the bug.
CLI will not install due to new versions of downstream dependency, @asyncapi/generator, being broken.
Attempts to install the cli return the following error.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @asyncapi/generator-hooks@0.1.1.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
Attempts to install previous versions of the CLI result in the same error.
Expected behavior
The CLI should install without issue. Upgrades to downstream dependencies should not break existing versions of this CLI.
Screenshots
How to Reproduce
- Try and install the cli and call the help
npx --loglevel=error --yes @asyncapi/cli --help
🖥️ Device Information [optional]
- Operating System (OS):
- Browser:
- Browser Version:
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it
Describe the bug.
CLI will not install due to new versions of downstream dependency,
@asyncapi/generator, being broken.Attempts to install the cli return the following error.
Attempts to install previous versions of the CLI result in the same error.
Expected behavior
The CLI should install without issue. Upgrades to downstream dependencies should not break existing versions of this CLI.
Screenshots
How to Reproduce
🖥️ Device Information [optional]
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it