Open ca-miked opened 5 years ago
Here's the more detailed stack trace
🕷 Starting crawling http://localhost:52417/ Error: Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package) at module.exports (/Users/.../create-react-app-router/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLCanvasElementImpl.getContext (/Users/.../create-react-app-router/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js:42:5) at HTMLCanvasElement.getContext (/Users/.../create-react-app-router/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js:30:56)
Bump...
@ca-miked I am facing same issue, do you find any solution for same ?
Facing the same issue, any luck here? :'(
same issue
Same issue
Hi,
I'm getting a canvas element error message when trying to build a project that is using a
<canvas />
tag. Per the error message, I installed the canvas npm package but this did not resolve the error.Any ideas/suggestions on a fix or workaround?
Thanks