I tried using the blob storage plugin in my project. But when my build runs its throwing me the below error. I tried look at the issue why this plugin is providing issue with a type inside @types/nodes module of my project and found that you have been using error interface with code? as string which contradicts with what @types/nodes global config is.
I want to know what's the work around as my project dependencies are installed by npm on run time, same as well with capacitor blob storage plugin. I don't have control on both of the libraries.
I tried using the blob storage plugin in my project. But when my build runs its throwing me the below error. I tried look at the issue why this plugin is providing issue with a type inside @types/nodes module of my project and found that you have been using error interface with code? as string which contradicts with what @types/nodes global config is.
I want to know what's the work around as my project dependencies are installed by npm on run time, same as well with capacitor blob storage plugin. I don't have control on both of the libraries.