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
TypeError: Cannot read property 'exports' of undefined
at Object.make (/Users/ricardo/projects/jimdo/thrift-cli/node_modules/@creditkarma/thrift-typescript/src/main/index.ts:76:18)
This seems to be because the make method looks for the __ROOT_NAMESPACE__ namespace, but that doesn't exist when I use custom namespaces.
This started after I upgraded to version 3.7.6. I was using version 3.5.0 before and it worked.
The text was updated successfully, but these errors were encountered:
When I try to run the following code it throws an error:
The error is:
This seems to be because the make method looks for the
__ROOT_NAMESPACE__
namespace, but that doesn't exist when I use custom namespaces.This started after I upgraded to version 3.7.6. I was using version 3.5.0 before and it worked.
The text was updated successfully, but these errors were encountered: