Command working in Windows but stuck in Ubuntu #393
Unanswered
KingHanzala
asked this question in
Q&A
Replies: 2 comments 14 replies
-
@KingHanzala This is interesting. I would suggest uninstalling cdxgen from Windows and manually checking and deleting the node_modules. Then install from within WSL. This way there would be no PowerShell scripts created which is my suspicion. |
Beta Was this translation helpful? Give feedback.
14 replies
-
@KingHanzala Please try running using the cdxgen-deno docker image if possible. I think this may be WSL slowness. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently tried to generate SBOM on my windows terminal with command
cdxgen --required-only --no-babel --no-install-deps -r -o bom.json
and it generated bom file successfullybut later I tried to generate SBOM on my WSL(Ubuntu) with the above command, it got stuck (for over an hour) and didn't generated any output.
I want to run it on ubuntu as my jenkins build machine is Ubuntu. Please help in getting to the core of this issue.
Beta Was this translation helpful? Give feedback.
All reactions