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
When cross compiling for arm (arm-linux-gnueabihf) I get:
/root/tmp/cncjs/node_modules/electron/install.js:48
throw err
^
Error: Generated checksum for "electron-v1.7.9-linux-arm.zip" did not match expected checksum.
at ChecksumMismatchError.Error (native)
at ChecksumMismatchError.ErrorWithFilename (/root/tmp/cncjs/node_modules/electron/node_modules/sumchecker/build.js:41:124)
at new ChecksumMismatchError (/root/tmp/cncjs/node_modules/electron/node_modules/sumchecker/build.js:56:133)
at Hash.<anonymous> (/root/tmp/cncjs/node_modules/electron/node_modules/sumchecker/build.js:203:22)
at emitNone (events.js:86:13)
at Hash.emit (events.js:185:7)
at emitReadable_ (_stream_readable.js:432:10)
at emitReadable (_stream_readable.js:426:7)
at readableAddChunk (_stream_readable.js:187:13)
at Hash.Readable.push (_stream_readable.js:134:10)
Versions
CNCjs: master
Node.js: 6.11
NPM: 5.5.1
The text was updated successfully, but these errors were encountered:
Description
When cross compiling for arm (arm-linux-gnueabihf) I get:
Versions
The text was updated successfully, but these errors were encountered: