skip to Main Content

Amplify "npm install –save aws-amplify @aws-amplify/ui-angular" breaks the code

Following this tutorial: https://docs.amplify.aws/start/getting-started/setup/q/integration/angular/#install-amplify-libraries when I do npm install --save aws-amplify @aws-amplify/ui-angular I get compilation error Error: node_modules/type-fest/ts41/get.d.ts:93:37 - error TS2344: Type 'BaseType' does not satisfy the constraint 'Record<string | number, any>' I follow the advice in https://github.com/aws-amplify/amplify-js/issues/10775 and now…

VIEW QUESTION
Back To Top
Search