-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
request gives a deprecated warning when installing through NPM:
fisherj-a01:testDeprecatedNPMPackages fisherj$ npm install request
npm WARN deprecated request@2.88.2: 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 testdeprecatednpmpackages@0.0.1 No description
npm WARN testdeprecatednpmpackages@0.0.1 No repository field.
+ request@2.88.2
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 testdeprecatednpmpackages@0.0.1 No description
npm WARN testdeprecatednpmpackages@0.0.1 No repository field.
+ request-promise-native@1.0.8
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