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
Whatever I do, I run into an error where canvas in not able to be fetched:
node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/nodecanvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-darwin-unknown-arm64.tar.gz
Unfortunatelly, nothing helps. Somehow, app still runs most of the time, even displays the online map, it's possible to move tokens etc, but on reload it fails with Cannot find module '../build/Release/canvas.node'.
Of course, no installation command (yarn or npm i) can complete because of the node-canvas not found error.
The text was updated successfully, but these errors were encountered:
Whatever I do, I run into an error where canvas in not able to be fetched:
node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/nodecanvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-darwin-unknown-arm64.tar.gz
I followed the official instructuion to install via Hombrew and manualy, used npm and yarn, --force flags, cleared node-modules and cache, etc.
Unfortunatelly, nothing helps. Somehow, app still runs most of the time, even displays the online map, it's possible to move tokens etc, but on reload it fails with
Cannot find module '../build/Release/canvas.node'
.Of course, no installation command (yarn or npm i) can complete because of the node-canvas not found error.
The text was updated successfully, but these errors were encountered: