cannot support node<14 #281
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
jkowalleck
Nov 5, 2022
Replies: 1 comment
-
You might want to use install ala |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jkowalleck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might want to use
@cyclonedx/bom
version 3. see https://github.com/CycloneDX/cyclonedx-node-module/tree/3.xinstall ala
npm install @cyclonedx/bom@^3
. or run vianpx @cyclonedx/bom@^3
. (see the @ followed by a version constraint at the end?)