node-gfx / node-canvas-prebuilt

Repo used to build binaries for node-canvas on CI
169 stars 31 forks source link

Node 11 Windows binary canvas-prebuilt-v2.1.0-node-v67-win32-unknown-x64.tar.gz not found #68

Closed jxlarrea closed 5 years ago

jxlarrea commented 5 years ago

After updating to Node 11 on Windows, the pre-built binaries can no longer be found.

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.1.0/canvas-prebuilt-v2.1.0-node-v67-win32-unknown-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for canvas@2.1.0 and node@11.1.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp)

The file doesn't exist in the releases page https://github.com/node-gfx/node-canvas-prebuilt/releases/tag/v2.1.0

chearon commented 5 years ago

See https://github.com/node-gfx/node-canvas-prebuilt/issues/62#issuecomment-435077662, we're still waiting on AppVeyor to add node 11, and the last update indicates that it's still not deployed there.

(Closed because I'm using #62 to track node 11 on Windows, feel free to subscribe to that issue)