Global install with “Failed resolving binary export”
Trying to install a cli with deno but I’m running into two issues. The cli is “@cyclonedx/cdxgen”.
1. It fails to run the npm lifecycle scripts for SQLite no matter what I do (I tried setting “-A” to allow all permissions).
2. Ignoring number 1 it fails to run the cli because it “did not have a bin entry for ‘@cyclonedx/cdxgen’. Instead the “bin” is an object of key values, one of which being “cdxgen”. And Deno is aware of that as it lists them all as “possibilities”. However, I don’t know what to do with this information. Is there anyway I can tell deno to call the “cdxgen” binary, like npm would by default?
0 Replies