-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
http.createClient is deprecated #382
Comments
Ah, for some reason default npm is installing v1.2.0? Changed my package.json to explicitly request v2.12.0 |
wow, why is npm installing a version so old? @isaacs |
Hmm, the issue no longer repros. Now when I install without a version number, I get the right one. I pulled from my console logs this output:
Now when I run, I get the latest:
Maybe my package.json was screwed up? Sorry fellas. 🎱 |
This was referenced Aug 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With v1.2.0, I'm getting:
http.createClient is deprecated. Use
http.requestinstead.
The text was updated successfully, but these errors were encountered: