cdxgen fail on node version 16 #1339
MohammedAziz02
started this conversation in
General
Replies: 1 comment 1 reply
-
Sorry. We only support the current major version |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we are using a different Node.js version to run cdxgen because, in the latest versions of cdxgen, the package-lock.json file does not exist. This means that npm fetches the latest versions of some dependencies, such as Cheerio, when installing cdxgen. As a result, cdxgen fails to run on certain Node.js versions. Is there any chance you could add a package-lock.json file to the next version of cdxgen and freezing the dependency versions?
Beta Was this translation helpful? Give feedback.
All reactions