-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
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!
janober and dnim
Metadata
Metadata
Assignees
Labels
No labels