adobe / reactor-uploader

Command line tool for uploading Adobe Experience Platform Tags extensions.
Apache License 2.0
9 stars 11 forks source link

npm warnings when installing #39

Closed yuhui closed 2 years ago

yuhui commented 3 years ago

When running npx @adobe/reactor-uploader for the first time, a list of warnings about deprecated dependencies are listed.

Expected Behaviour

No warnings are listed.

Actual Behaviour

Warnings appear.

Reproduce Scenario (including but not limited to)

macOS Big Sur 11.0.1 node 15.2.1 npm 7.0.8

node and npm installed with brew.

Steps to Reproduce

  1. Run npx @adobe/reactor-uploader

Sample Code that illustrates the problem

yuhui@computer launch-extension-folder % npx @adobe/reactor-uploader ...
Need to install the following packages:
  @adobe/reactor-uploader
Ok to proceed? (y) y
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
... [logging about extension package]
✔ The extension package was successfully processed.
brenthosie commented 3 years ago

All of these dependencies are a part of the deprecation of request-promise-native and is tracked by DTM-15991.

yuhui commented 3 years ago

Updated set of warnings

Environment: node 16.1.0 npm 7.11.2

npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
thebenrob commented 3 years ago

@adobe export issue to Jira project PDCL

github-jira-sync-bot commented 3 years ago

:white_check_mark: Jira issue PDCL-6253 is successfully created for this GitHub issue.

brenthosie commented 2 years ago

Closed by #48