You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was seeing the same behavior and realized I was on Node 18 and NPM 10.8.2. Did updating NPM to 11.0.0 (requires Node 20 or later) fix the issue for you after re-running npm install -g @cyclonedx/cdxgen?
Using
npm install -g @cyclonedx/cdxgen
is installing version 9.11.6 of cdxgen instead of newer versions like 10 or 11.Clearly
npm
sees the newer versions are available, but does not consider them to be the newest available version.The text was updated successfully, but these errors were encountered: