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
'request' and 'request-promise-native' have been deprecated for a while which can lead to broken installations when installing on a fresh system (this can be worked around by executing npm i request-promise after the install).
However, an alternative to request needs to be found.
This issue suggests some alternatives, and although the suggestions are more than 4 years old, Axios seems to have some popularity and is still being actively developed.
Thoughts?
The text was updated successfully, but these errors were encountered:
'request' and 'request-promise-native' have been deprecated for a while which can lead to broken installations when installing on a fresh system (this can be worked around by executing
npm i request-promise
after the install).However, an alternative to
request
needs to be found.This issue suggests some alternatives, and although the suggestions are more than 4 years old, Axios seems to have some popularity and is still being actively developed.
Thoughts?
The text was updated successfully, but these errors were encountered: