Open JeffLegendPower opened 1 year ago
I've also got the same problem, it seems that there was a breaking change in node_canvas_webgl
I'm not finding any older releases of node_canvas_webgl on github, is there like a official github repo of node_canvas_webgl or is it this github repo? https://github.com/akira-cn/node-canvas-webgl
And I'm also using python via the javascript bridge
A Ryzen 9 5900X and Fedora 36 on the development system (errors on this system) and a Ryzen 5 1600 and Debian 11 on the final deployment system
Install this dependency "npm install PrismarineJS/node-canvas-webgl" and make sure to have VisualStudio Desktop C++ Development Kit installed. That solved the issue for me.
I'm using the example of streaming to python, but when I run the javascript code I get this error:
This is my code:
Manually installing
canvas
ornode_canvas_webgl
doesn't help