-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[fix] New dependency on re2
package is causing build errors in production (Github Actions)
#1814
Comments
We downgraded superagent to 9.0.2 from 10.0.0 in our app and the build errors did not recur and the app built and deployed successfully. |
We'll deprecate v10 |
Thank you! I believe this issue may be relevant: |
We may be able to drop RE2 completely, see #1813 (comment) |
superagent v10.0.1 is released (we removed https://github.com/ladjs/superagent/releases/tag/v10.0.1 |
Thank you! I will reinstall superagent 10.0.1 and see how it goes. |
Describe the bug
Node.js version: 21.3.0
OS version: MacOS
Description:
Actual behavior
Builds are failing - we now have to include Python in our Dockerfile and the build is failing, likely due to a regression in the
re2 1.21.3
package.Expected behavior
Reverting to superagent 9.0.2 is workaround for now (down from 10.0.0).
Checklist
The text was updated successfully, but these errors were encountered: