Replies: 1 comment 4 replies
-
Could you please share the entire command you were running? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed node using Volta on Windows. Then I installed @cyclonedx/cdxgen globally. Unfortunately my Windows user name contains a space so the path to cdxgen.exe contains a space. As a result when I run cdxgen in my project, it prints
'<path before space>' is not recognized as an internal or external command, operable program or batch file.
I found other global npm packages don't get this issue. AndGet-Command cdxgen
does print the path to cdxgen.exe correctly. So I assume the command is found but some operation in the execution try to parse argv[0] without proper whitespace handling.Beta Was this translation helpful? Give feedback.
All reactions