bozdoz
bozdoz
DDeno
Created by bozdoz on 11/29/2024 in #help
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?
1 replies
DDeno
Created by bozdoz on 10/16/2024 in #help
What does deno lint do, if not type check?
No description
34 replies