Working with the RFDK in TypeScript
Installing peer dependencies
The following command (requires jq
npm view --json aws-rfdk peerDependencies | jq '. | to_entries[] | .key + "@" + .value' | xargs npm i --save
The following command (requires jq
npm view --json aws-rfdk peerDependencies | jq '. | to_entries[] | .key + "@" + .value' | xargs npm i --save