-
Notifications
You must be signed in to change notification settings - Fork 43
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
Buffer is not defined #62
Comments
what builder do you use for your app? If its vite I recommend use vite-plugin-node-polyfills to make it work. aslo try to google node polyfills for web apps |
ok, I will try, ty for help. |
Thanks Buddy You save my day ❤ |
if you are using webpack put this into
|
I get that error: "Buffer is not defined"
I already added
require("buffer");
but it's still don't workThe text was updated successfully, but these errors were encountered: