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
Issue was opened with an invalid reproduction link. Please make sure the repository is a valid, publicly-accessible github repository, and make sure the url is complete (example: https://github.com/googleapis/google-cloud-node)
It is still happening. If you are using typescript you can't deploy your functions via CLI. Some people had it solved by upgrading typescript beyond 5.7.3 but that didn't work for me. I had to change the Int32Array to Int32Array in the lines mentioned above to be able to deploy.
node_modules/@google-cloud/storage/build/cjs/src/crc32c.d.ts:6:39 - error TS2315: Type 'Int32Array' is not generic.
6 declare const CRC32C_EXTENSION_TABLE: Int32Array;
~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@google-cloud/storage/build/cjs/src/crc32c.d.ts:115:45 - error TS2315: Type 'Int32Array' is not generic.
115 static readonly CRC32C_EXTENSION_TABLE: Int32Array;
The text was updated successfully, but these errors were encountered: