We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the dlx command, our logic to identify the plugins directory isn't working.
❯ corepack pnpm dlx @cyclonedx/cdxgen --help WARN 8 deprecated subdependencies found: @npmcli/[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Packages: +436 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Progress: resolved 443, reused 430, downloaded 6, added 436, done cdxgen plugins was not found. Please install with npm install -g @cyclonedx/cdxgen-plugins-bin cdxgen [command]
The below line needs to be enhanced:
cdxgen/lib/managers/binary.js
Line 72 in 47d8e4d
We might need another fix to deal with architecture-specific directories.
The directory naming convention used by dlx is different.
❯ ls -l /Users/prabhu/Library/Caches/pnpm/dlx/xq7ifqwy4f6nns2yc3cew5stea/pkg/node_modules/.pnpm total 232 drwxr-xr-x@ 3 prabhu staff 96 28 Jan 13:36 @[email protected] drwxr-xr-x@ 3 prabhu staff 96 28 Jan 13:36 @[email protected]
To research:
pnpm pack
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the dlx command, our logic to identify the plugins directory isn't working.
The below line needs to be enhanced:
cdxgen/lib/managers/binary.js
Line 72 in 47d8e4d
We might need another fix to deal with architecture-specific directories.
The directory naming convention used by dlx is different.
To research:
pnpm pack
.The text was updated successfully, but these errors were encountered: