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 gives a deprecated warning when installing through NPM:
fisherj-a01:testDeprecatedNPMPackages fisherj$ npm install request
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
+ [email protected]
added 47 packages from 58 contributors in 4.222s
but request-promise-native does not:
fisherj-a01:testDeprecatedNPMPackages fisherj$ npm install request-promise-native
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
+ [email protected]
added 4 packages from 3 contributors in 1.331s
We should deprecate the package in NPM to give more ways for people to know.
Thanks!
The text was updated successfully, but these errors were encountered:
request gives a deprecated warning when installing through NPM:
but request-promise-native does not:
We should deprecate the package in NPM to give more ways for people to know.
Thanks!
The text was updated successfully, but these errors were encountered: