-
Notifications
You must be signed in to change notification settings - Fork 152
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
Uncaught ReferenceError: Buffer is not defined #223
Comments
The problem is However because react-script bundles eslint, I need to also remove
Is there a way to get terra.js working with react-scripts 5.0.0? Here is a StackOverflow question about a similar issue. |
Resolution for react-scripts 5: add
add
|
There is another problem. If I use any of the code in a jest test, the test will fail with
I don't know how to resolve this problem for jest. I only use
and the test fails. here is a sample failing project. |
I'm having the same issue |
#100 would be helpful. |
This works. Therefore the solution is to
And then add to
But generally I wouldn't expect this kind of fixing when using a library like terra.js. |
Not working for me in react-scripts v5 |
? |
I have not been able to resolve dependency issues for terra.js
my code
console error
After adding buffer, streams and more packages, there will be a different error.
These are my packages
The text was updated successfully, but these errors were encountered: