简体   繁体   中英

Aws Cognito with @aws-amplify/ui-react

I had tried to implement aws Cognito with react app. Everything was done according to documentation. Now when I tried to run, am getting the below error

*./node_modules/@aws-amplify/analytics/lib-esm/Providers/AWSKinesisFirehoseProvider.js

Module not found: Can't resolve '@aws-sdk/client-firehose' in 'C:\Users\Shehzab\test\ui\react-app\node_modules@aws-amplify\analytics\lib-esm\Providers'*

From the root of your project, try...

rm -fr node_modules package-lock.json && npm install

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM