-
Notifications
You must be signed in to change notification settings - Fork 44
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
ReferenceError: Buffer is not defined #20
Comments
just use |
Oh I see. This is a dependency issue with |
please pull latest version (2.1.5) from npm |
hey it still gives same error when i install latest version |
@zmitton hi please help me how to tackle issue |
All my dependencies seem to be correct The only thing I can find is this issue: feross/safe-buffer#10 but they claim it was fixed, but I dont understand how it could be fixed from this pull request feross/safe-buffer#12 I added a comment, we will see what he says I guess |
otherwise, if you could get a better stack trace it might be helpful |
are you on webpack 5 per-chance ? |
Hey I m using this package with react-native and i am facing this problem when i import something from this package like this
import {GetProof} from 'eth-proof';
it throw error is it this package was supported for react-native
The text was updated successfully, but these errors were encountered: