-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Issue or Feature
Node canvas fails to run, none of the issues listed in the troubleshooting guide helped me at all.
A simple require
statement throws the error.
Steps to Reproduce
var Canvas = require('canvas');
One line... that is all.
Installed with
npm i canvas
Did not build, everything seemed to install fine, no errors.
Here is what happens when I run the code....