sparse-spring-91820
08/19/2024, 3:16 PMTypeError: c.g is not a function
error when attempting to run the pulumi preview
command. It appears to be related to the google-protobuf
package used by the @pulumi/pulumi
package. I'm using TypeScript. Has anyone else experienced this issue?
pulumi version of the lib that I am using: "@pulumi/pulumi": "^3.0.0",
pulumi version of the program that is using that library and that is actually running preview "@pulumi/pulumi": "^3.113.0",loud-coat-19089
09/02/2024, 2:47 PM"overrides": {
"@pulumi/pulumi": {
"google-protobuf": "3.21.4"
}
}
to my package.json. This version override fixed the errors.lively-daybreak-11924
09/20/2024, 5:18 AMlively-daybreak-11924
09/20/2024, 5:18 AM