-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fabric.js > Canvas dependency breaking (meteor-node-stubs) #7567
Comments
First of all, you should absolutely be using Also, I'm copying relevant comments from #6613 (closed) here:
...indicating that this is occurring because when trying to load a binary in the
This probably worked for you in Meteor-1.3-beta8 because you were using a different module? Or maybe an Atmosphere package? Did you change anything during the upgrade? Haven't had a chance to look at the reproduction but hopefully someone else can. |
Exact same implementation, yes using Meteor 1.4 also requires that I install meteor-node-stubs so I did. |
Closing this for the same reason as #6613. You will not be able to load a binary module in the browser and the NPM will need to make considerations on how to deal with that. Last I checked |
Same issue as #6613 but left unresolved. After installing fabric.js with
npm install fabric --save
, and import the module on client, I get the error at bootup:Seems like it's missing "canvas**.node**" in the bindings.js file. Everything worked fine for me with Meteor 1.3-beta8, but upgrading breaks canvas with this error.
I've made a demo of the bug here: https://github.com/ArdentKid/meteor-fabric-bug for anyone to pull and see.
The text was updated successfully, but these errors were encountered: