-
Notifications
You must be signed in to change notification settings - Fork 309
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
Can't resolve 'superagent-proxy' #874
Comments
Thanks for reaching out. Can you try uninstalling that version of rest-facade, but stick with what our SDK provides (which should be ^1.16.3 for rest-facade, resolving to the latest version (1.16.4))? Would it be resolved if you then Let me know if that wouldn't work. |
Thanks for the reply. Installing the latest version of The superagent-proxy's latest version is This is what polluting the log files now.
|
Installing our SDK in a new project should bring in the latest version of rest-facade. Maybe you have an older version because of the manual I understand what's been called our, but that's not part of our SDK directly, but a consequence of using We do have a beta version of our SDK available that no longer uses Feel free to try it out and provide feedback, and know that any workaround you have to do now, is temporary while we work towards GA. |
I am excited to learn that this pain is temporary. 👍 |
@frederikprijck -- I have tested beta. It's better but not without flaws. One thing that I noticed that it uses an older
|
#798 (comment) may be helpful for the issue, if you have to use v3, as v4 beta requires >= Nodejs16 |
Checklist
Description
I use barebones NextJS 13, and this is what I use
It's suggested here: #663 (comment) to install a deprecated dependency. This is a new project, and I don't want to incorporate a dependency which is deprecated and has 50 dependencies!
Any resolution?
Reproduction
In nextJS route try using this code
Additional context
No response
node-auth0 version
^3.4.0
Node.js version
v20.2.0
The text was updated successfully, but these errors were encountered: