tbolis / react-sketch

Sketch Tool for React-based applications, backed up by FabricJS
http://tbolis.github.io/showcase/react-sketch/
MIT License
675 stars 229 forks source link

MeteorJS Error #90

Open Evert-jvv opened 4 years ago

Evert-jvv commented 4 years ago

I am getting the following console error when trying to import react sketch in a meteor app:

Uncaught Error: Cannot find module './xhr-sync-worker.js'

Leandroafm21 commented 4 years ago

Same here.

At first meteor complains about jsdom not being installed. By installing it, it will start to complain that canvas is not installed. By installing the last one, this error about xhr-sync-worker appears on the console.

siseko commented 1 year ago

Any luck fixing this one?

colesiegel commented 1 year ago

Same issue here