Skip to content

Needs to be deprecated in NPM #60

@jonathanrfisher1

Description

@jonathanrfisher1

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions