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
For some reason I am unable to create a canvas on NodeJS because it keeps failing with the "document is not defined" error coming from the browser.js. I installed it using 'yarn add canvas' and expected it to work as expected.
browser.js shouldn't be loaded when running in Node.js - package.json specifies "main": "index.js" and "browser": "browser.js". Can you provide reproduction steps please?
Issue or Feature
For some reason I am unable to create a canvas on NodeJS because it keeps failing with the "document is not defined" error coming from the browser.js. I installed it using 'yarn add canvas' and expected it to work as expected.
Steps to Reproduce
Your Environment
npm list canvas
oryarn list canvas
): 2.11.2The text was updated successfully, but these errors were encountered: