Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs to be deprecated in NPM #60

Open
jonathanrfisher1 opened this issue Mar 25, 2020 · 0 comments
Open

Needs to be deprecated in NPM #60

jonathanrfisher1 opened this issue Mar 25, 2020 · 0 comments

Comments

@jonathanrfisher1
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant