We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because of an issue in pre-1.15.2 http-proxy, cors-anywhere fails with the following error whenever it is used alongside browserify:
TypeError: Cannot set property 'createProxy' of undefined
See jestjs/jest#1776 and http-party/node-http-proxy#1039.
This makes it impossible to use cors-anywhere in Jest, for instance.
Simply bumping the http-proxy dependency to ^1.15.2 seems to take care of the issue.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Because of an issue in pre-1.15.2 http-proxy, cors-anywhere fails with the following error whenever it is used alongside browserify:
See jestjs/jest#1776 and http-party/node-http-proxy#1039.
This makes it impossible to use cors-anywhere in Jest, for instance.
Simply bumping the http-proxy dependency to ^1.15.2 seems to take care of the issue.
The text was updated successfully, but these errors were encountered: