Having some trouble integrating aws-amplify and aws-amplify-react modules into my application.
After running:
npm install --save aws-amplify aws-amplify-react
I encountered multiple warning messages related to missing or deprecated dependencies. Although I managed to resolve most of them, there is one issue that persists:
https://i.stack.imgur.com/lNCGC.png
Even after trying npm i buffer to update the buffer module, the error message still appears during the installation of aws-amplify and aws-amplify-react.
npm list buffer displays:
https://i.stack.imgur.com/qKy2d.png
Any advice on how to address this lingering problem?