deno run --allow-read --allow-write npm:likec4 export png -o ./ should work. However, it throws with the error message Uncaught SyntaxError: The requested module 'node:process' does not provide an export named 'execPath'. I've attempted to search through the deno documentation, Twitter, and the web for anything relevant. I see that Deno includes a process.execPath property, but I can't figure out how it could be used in the context of an executable script.deno run --allow-read --allow-write npm:likec4 export png -o ./npm i likec4. There are no other projects in the npm registry using likec4.