aws-samples / amazon-chime-sdk-click-to-call

MIT No Attribution
24 stars 15 forks source link

add instructions to instll prereqs #11

Closed scottrfrancis closed 2 years ago

scottrfrancis commented 2 years ago

Issue #, if available:

Description of changes: Installation of tools not clear, added block for installation

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

schuettc commented 2 years ago

Just tried on a fresh install of AL2 and did not need to install some of those packages. The only ones actually required were: npm & node -> yarn. The deploy script also uses yarn cdk deploy to ensure the correct version of cdk is used so is not required to be installed globally.

schuettc commented 2 years ago

Just tried on a fresh install of AL2 and did not need to install some of those packages. The only ones actually required were: npm & node -> yarn. The deploy script also uses yarn cdk deploy to ensure the correct version of cdk is used so is not required to be installed globally.