-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
During installation of the framework I get the following warnings:
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
Further investigation shows that [email protected] relies on core-js:
❯ npm ls core-js
...
└─┬ [email protected]
└─┬ [email protected]
├─┬ @webex/[email protected]
│ └─┬ [email protected]
│ └── [email protected] deduped
└─┬ [email protected]
└── [email protected]
and @webex/[email protected] relies on request:
❯ npm ls request
...
└─┬ [email protected]
└─┬ [email protected]
└─┬ @webex/[email protected]
└─┬ @webex/[email protected]
└── [email protected]
It would be great to update dependancies and not to use deprecated packages.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels