Closed unm4sk1g closed 4 years ago
Hello @unm4sk1g , these are only warnings. We don't provide prebuilt binaries but prebuild-install should fall back to building from source. Check your electron-builder.yml file for https://github.com/balena-io/etcher/blob/master/electron-builder.yml#L4-L5
Hello.
I'm trying to install etcher-sdk into my Vue app bundled inside Electron. Installation of package goes smoothly, but once electron-rebuild kicks in with installing prebuilt binaries and native dependencies, it comes with following errors:
This results in missing dependencies on project. Compiling of etcher itself works fine, but inside another app using etcher-sdk fails with installation.
How can I fix this?