When trying to build an electron application which uses the canvas module the step
• rebuilding native production dependencies platform=win32 arch=x64
fails with the following message:
node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.0/canvas-v2.6.0-electron-v3.0-win32-unknown-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for canvas@2.6.0 and electron@3.0.11 (electron-v3.0 ABI, unknown) (falling back to source compile with node-gyp)
When updating to the current Electron version it also fails. It seems that the package is missing.
When trying to build an electron application which uses the canvas module the step
fails with the following message:
When updating to the current Electron version it also fails. It seems that the package is missing.