You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its just protobufjs CLI for outputting a TS file. Here's the docs. I thought it could be a protobufjs-cli bug but then I tested with nodejs and it works fine.
Version: Deno 2.1.2
This is my
deno.json
file. I am using protobuf-js to generate JS and TS files.What is weird here is,
deno run gen-proto
works fine. But when I rundeno run gen-ts
it throws the following error:I have tried
deno run --allow-read gen-ts
anddeno run -A gen-ts
and it still throws the same.The text was updated successfully, but these errors were encountered: