amplify-backend icon indicating copy to clipboard operation
amplify-backend copied to clipboard

deprecated warning on backend package installation

Open ykethan opened this issue 11 months ago • 1 comments

Environment information

N/A

Describe the bug

Installing the @aws-amplify/backend in a new project throws the following warnings

image

Reproduction steps

  1. mkdir test && cd test
  2. npm init -y
  3. npm i @aws-amplify/backend

ykethan avatar Dec 20 '24 20:12 ykethan

core-js and inflight are particularly worrisome warnings. Any word on if/when this is going to be fixed? Only workaround is to stop using Amplify no?

Jimgitsit avatar Jan 30 '25 00:01 Jimgitsit