I am trying to create an Adaptive Card Exctension using SPFx solution. I am totally confused with the APIs. My requirement is I want to show the no of action required in my card. I tried to use docusign-esign. The steps I've followed.
And I am getting errors as shown below. [16:12:32] Error - [webpack] 'dist': ./node_modules/docusign-esign/src/index.js: Module not found: Error: Can't resolve 'ApiClient' in 'C:\Phani\Custom Development\ApprovalsDashboard\node_modules\docusign-esign\src' Did you mean './ApiClient'? Requests that should resolve in the current directory need to start with './'. Requests that start with a name are treated as module requests and resolve within module directories (node_modules). If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too. ./node_modules/docusign-esign/src/index.js: Module not found: Error: Can't resolve 'Configuration' in 'C:\Phani\Custom Development\ApprovalsDashboard\node_modules\docusign-esign\src' Did you mean './Configuration'?
My question is: Am I doing it right?