You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's expected that users upgrade patch versions of a Node.js minor version. Without doing so, you're leaving yourself unpatched to lots of security issues.
Describe the bug
got actually need nodejs >= 10.9, not >= 10
the request function prototype used in GOT was appeared in NodeJS 10.9:
https://github.com/sindresorhus/got/blob/master/source/request-as-event-emitter.ts#L246
https://nodejs.org/docs/latest-v10.x/api/http.html#http_http_request_options_callback
Checklist
The text was updated successfully, but these errors were encountered: