mirror of
https://github.com/balena-io/etcher.git
synced 2025-11-05 00:18:32 +00:00
We were previously requiring users to run the exact same NodeJS version as Electron bundled in order to avoid native add-on compilation incompatibilities, however this problem is completely mitigated by configuring NPM to build against an Electron specific V8. Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>