Skip to content
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 #19

Open
BAW-CO opened this issue Sep 10, 2024 · 1 comment
Open

fabric #19

BAW-CO opened this issue Sep 10, 2024 · 1 comment

Comments

@BAW-CO
Copy link

BAW-CO commented Sep 10, 2024

Screenshot 2024-09-11 at 9 12 59 AM

Hi, I'm a TOTAL noob and appreciate your work SO much.
I'm getting an error that says Module "fabric" has no exported member 'fabric'.
This is messing up canvas, live, page, type....
I looked into the node_modules and sure enough, there is no exported fabric!
I'm guessing this is because of an upgrade since you posted this tutorial.
Any ideas how I can retrofit the code to make it work?
Thanks :)

@raghav-singh1407
Copy link

raghav-singh1407 commented Sep 12, 2024

I was facing the same issue but after installing [email protected] issue got resolved. In fabric v6 there is some issue while importing fabric. So its better if you use v5 and then import.

npm install [email protected] --save

I hope this will resolve your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants