diachedelic / capacitor-blob-writer

Capacitor plugin to write binary data to the filesystem
MIT License
132 stars 17 forks source link

ExecException incorrectly extends interface error. #14

Closed vamsidogiparthi closed 4 years ago

vamsidogiparthi commented 4 years ago

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.

image image image

diachedelic commented 4 years ago

Fixed in v0.1.8, thanks

vamsidogiparthi commented 4 years ago

Thanks will test it again my getting newer version from npm.