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
Automatically generating ts files is successful, but running npm run build reports an error: Property 'Buffer' does not exist on type 'typeof globalThis'
Automatically generating ts files is successful, but running npm run build reports an error: Property 'Buffer' does not exist on type 'typeof globalThis'
The code snippet where the error occurred:
the proto message has type bytes:
my env:
node version: v14.18.3
protoc version: 3.13.0
protoc-gen-ts version: 0.8.7
what should I do?
The text was updated successfully, but these errors were encountered: